|
||||
File indexing completed on 2025-01-18 09:53:32
0001 //----------------------------------------------------------------------------- 0002 // boost variant/detail/config.hpp header file 0003 // See http://www.boost.org for updates, documentation, and revision history. 0004 //----------------------------------------------------------------------------- 0005 // 0006 // Copyright (c) 2003 Eric Friedman 0007 // Copyright (c) 2016-2023 Antony Polukhin 0008 // 0009 // Distributed under the Boost Software License, Version 1.0. (See 0010 // accompanying file LICENSE_1_0.txt or copy at 0011 // http://www.boost.org/LICENSE_1_0.txt) 0012 0013 #ifndef BOOST_VARIANT_DETAIL_CONFIG_HPP 0014 #define BOOST_VARIANT_DETAIL_CONFIG_HPP 0015 0016 #include <boost/config.hpp> 0017 #include <boost/detail/workaround.hpp> 0018 0019 #endif // BOOST_VARIANT_DETAIL_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 |