amtl icon indicating copy to clipboard operation
amtl copied to clipboard

Incorporate feature test macros

Open WildCard65 opened this issue 8 years ago • 0 comments

http://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros list macros for C++ features per version (C++11, C++14, C++17), these could be useful for am-cxx along with compiler version testing (like testing for compiler versions where issues prevent using certain features from working).

WildCard65 avatar Jul 20 '17 15:07 WildCard65