what is the use of C++ feature test macros if they do not exist in C++17 and below?
it says these macros is in version
header which is C++ 20 but it lists features implemented in previous versions why? like if I want to test for __cpp_lib_is_final in C++20 why would I do that? it is C++20 I already have is_final!