blob: 0e828aa0de7cb8b308a33bd3426a6f8464c2bdfc [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001// (C) Copyright Thomas Witt 2002.
2// Distributed under the Boost Software License, Version 1.0. (See
3// accompanying file LICENSE_1_0.txt or copy at
4// http://www.boost.org/LICENSE_1_0.txt)
5
6// no include guard multiple inclusion intended
7
8//
9// This is a temporary workaround until the bulk of this is
10// available in boost config.
11// 23/02/03 thw
12//
13
Jeff Thompson3d613fd2013-10-15 15:39:04 -070014#undef NDNBOOST_NO_IS_CONVERTIBLE
15#undef NDNBOOST_NO_IS_CONVERTIBLE_TEMPLATE
16#undef NDNBOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
17#undef NDNBOOST_ARG_DEPENDENT_TYPENAME
18#undef NDNBOOST_NO_LVALUE_RETURN_DETECTION
19#undef NDNBOOST_NO_ONE_WAY_ITERATOR_INTEROP
Jeff Thompsona28eed82013-08-22 16:21:10 -070020
Jeff Thompson3d613fd2013-10-15 15:39:04 -070021#ifdef NDNBOOST_ITERATOR_CONFIG_DEF
22# undef NDNBOOST_ITERATOR_CONFIG_DEF
Jeff Thompsona28eed82013-08-22 16:21:10 -070023#else
24# error missing or nested #include config_def
25#endif