|
||||
File indexing completed on 2025-01-18 09:29:38
0001 // Boost.Bimap 0002 // 0003 // Copyright (c) 2006-2007 Matias Capeletto 0004 // 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 0009 /// \file detail/user_interface_config.hpp 0010 /// \brief General configuration directives 0011 0012 0013 #ifndef BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP 0014 #define BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP 0015 0016 #if defined(_MSC_VER) 0017 #pragma once 0018 #endif 0019 0020 #ifdef BOOST_BIMAP_DISABLE_SERIALIZATION 0021 #define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION 0022 #endif 0023 0024 #endif // BOOST_BIMAP_DETAIL_USER_INTERFACE_CONFIG_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |