epoc32/include/stdapis/boost/iterator/detail/config_undef.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@2
     1
// (C) Copyright Thomas Witt    2002.
williamr@2
     2
// Distributed under the Boost Software License, Version 1.0. (See
williamr@2
     3
// accompanying file LICENSE_1_0.txt or copy at
williamr@2
     4
// http://www.boost.org/LICENSE_1_0.txt)
williamr@2
     5
williamr@2
     6
// no include guard multiple inclusion intended
williamr@2
     7
williamr@2
     8
//
williamr@2
     9
// This is a temporary workaround until the bulk of this is
williamr@2
    10
// available in boost config.
williamr@2
    11
// 23/02/03 thw
williamr@2
    12
//
williamr@2
    13
williamr@2
    14
#undef BOOST_NO_IS_CONVERTIBLE
williamr@2
    15
#undef BOOST_NO_IS_CONVERTIBLE_TEMPLATE
williamr@2
    16
#undef BOOST_NO_STRICT_ITERATOR_INTEROPERABILITY
williamr@2
    17
#undef BOOST_ARG_DEPENDENT_TYPENAME
williamr@2
    18
#undef BOOST_NO_LVALUE_RETURN_DETECTION
williamr@2
    19
#undef BOOST_NO_ONE_WAY_ITERATOR_INTEROP
williamr@2
    20
williamr@2
    21
#ifdef BOOST_ITERATOR_CONFIG_DEF
williamr@2
    22
# undef BOOST_ITERATOR_CONFIG_DEF
williamr@2
    23
#else
williamr@2
    24
# error missing or nested #include config_def
williamr@2
    25
#endif