Changeset 3899
- Timestamp:
- Mar 31, 2020, 4:38:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/config_public.h.in
r3898 r3899 29 29 30 30 31 / * Define if deprecated boost headers should be allowed */31 /// Define if deprecated boost headers should be allowed 32 32 #undef YAT_BOOST_ALLOW_DEPRECATED_HEADERS 33 33 34 // If not defined and YAT_BOOST_ALLOW_DEPRECATED_HEADERS (see above)35 // is defined, define it to same as YAT_BOOST_ALLOW_DEPRECATED_HEADERS36 34 #ifndef BOOST_ALLOW_DEPRECATED_HEADERS 37 35 #ifdef YAT_BOOST_ALLOW_DEPRECATED_HEADERS 36 /// If not defined and YAT_BOOST_ALLOW_DEPRECATED_HEADERS (see above) 37 /// is defined, define it to same as YAT_BOOST_ALLOW_DEPRECATED_HEADERS 38 38 #define BOOST_ALLOW_DEPRECATED_HEADERS YAT_BOOST_ALLOW_DEPRECATED_HEADERS 39 39 #endif
Note: See TracChangeset
for help on using the changeset viewer.