fix doc example typo
[boost.git] / boost / bimap / detail / user_interface_config.hpp
blob1d9a8e8e151bd3020c4e1928856dbf6535e937b3
1 // Boost.Bimap
2 //
3 // Copyright (c) 2006-2007 Matias Capeletto
4 //
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)
17 #pragma once
18 #endif
20 #ifdef BOOST_BIMAP_DISABLE_SERIALIZATION
21 #define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION
22 #endif
24 #endif // BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP