Chris@16: // Boost.Bimap Chris@16: // Chris@16: // Copyright (c) 2006-2007 Matias Capeletto Chris@16: // Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: /// \file detail/user_interface_config.hpp Chris@16: /// \brief General configuration directives Chris@16: Chris@16: Chris@16: #ifndef BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP Chris@16: #define BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP Chris@16: Chris@101: #if defined(_MSC_VER) Chris@16: #pragma once Chris@16: #endif Chris@16: Chris@16: #ifdef BOOST_BIMAP_DISABLE_SERIALIZATION Chris@16: #define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION Chris@16: #endif Chris@16: Chris@16: #endif // BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP