cpp_weekly
cpp_weekly copied to clipboard
How to use feature testing macros
Channel
C++Weekly
Topics
How to use feature testing macros to take advantage of new C++ features available in a toolchain.
e.g. __cpp_pack_indexing is a good example
Bonus: how to do it without causing clang to complain with -Wc++26-extensions 😀
Length
Normal? 5-10 mins