libstdc++
Deprecated List
Class
std::__is_nullptr_t< _Tp >
Use
is_null_pointer
instead.
Class
std::is_literal_type< _Tp >
Deprecated in C++20. The idea of a literal type isn't useful.
Class
std::is_pod< _Tp >
Use
is_standard_layout && is_trivial
instead.
Generated by
1.9.1