Use <type_traits> unconditionally

Don't use or even mention tr1/type_traits any more.
This commit is contained in:
Vadim Zeitlin 2022-10-11 00:13:15 +02:00
parent 583a426a37
commit a0ae0cd316
10 changed files with 1 additions and 84 deletions

View file

@ -778,16 +778,6 @@
*/
#undef HAVE_TR1_UNORDERED_SET
/*
* Define if your compiler has <tr1/type_traits>
*/
#undef HAVE_TR1_TYPE_TRAITS
/*
* Define if your compiler has <type_traits>
*/
#undef HAVE_TYPE_TRAITS
/*
* Define if the compiler supports simple visibility declarations.
*/