3 // Copyright (c) 2006-2007 Matias Capeletto
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 /// \file detail/user_interface_config.hpp
10 /// \brief General configuration directives
13 #ifndef BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP
14 #define BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP
16 #if defined(_MSC_VER) && (_MSC_VER>=1200)
20 #ifdef BOOST_BIMAP_DISABLE_SERIALIZATION
21 #define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION
24 #endif // BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP