Why am I getting the error message “This is only for weak ref support” when I try to create a C++/WinRT weak reference?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Why am I getting the error message "This is only for weak ref support" when I try to create a C++/WinRT weak reference?
A customer tried to obtain a weak reference from within a C++/WinRT class implementation by calling get_weak(). This normally works, but for some reason, the customer was getting the error winrt\base.h(7594,47): error C2338: This is only for weak ref support.…
Implementing C++ Modules: Lessons Learned, Lessons Abandoned - Cameron DaCamara & Gabriel Dos Reis
Источник: CppCon
Источник: CppCon
YouTube
Implementing C++ Modules: Lessons Learned, Lessons Abandoned - Cameron DaCamara & Gabriel Dos Reis
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
C++ Modules were designed to bring more safety to your programs, while dramatically reducing compile time, resulting in overall increased productivity. How can your C++ toolchain meet this challenge?…
https://github.com/CppCon/CppCon2021
---
C++ Modules were designed to bring more safety to your programs, while dramatically reducing compile time, resulting in overall increased productivity. How can your C++ toolchain meet this challenge?…
A Crash Course in Calendars, Dates, Time, and Time Zones - Marc Gregoire - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
A Crash Course in Calendars, Dates, Time, and Time Zones - Marc Gregoire - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Before C++11, the C++ Standard Library did not have much support for working with time. C++11 changed all that and introduced the chrono library as part of the Standard Library. With its introduction…
https://github.com/CppCon/CppCon2020
---
Before C++11, the C++ Standard Library did not have much support for working with time. C++11 changed all that and introduced the chrono library as part of the Standard Library. With its introduction…