Closed ucko closed 5 years ago
Dispatch on the basis of C++14 has_cpp_attribute for C++11 attribute syntax, and GCC's has_attribute extension for attribute.
The current logic turned out to result in warnings under ICC when using C++14 and below.
DeepCode analyzed this pull request. There are no new issues.
Dispatch on the basis of C++14 has_cpp_attribute for C++11 attribute syntax, and GCC's has_attribute extension for attribute.
The current logic turned out to result in warnings under ICC when using C++14 and below.