Use <type_traits> unconditionally
Don't use or even mention tr1/type_traits any more.
This commit is contained in:
parent
583a426a37
commit
a0ae0cd316
10 changed files with 1 additions and 84 deletions
10
setup.h_vms
10
setup.h_vms
|
|
@ -844,16 +844,6 @@ typedef pid_t GPid;
|
|||
*/
|
||||
#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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue