|
|
|||
File indexing completed on 2026-03-29 08:06:03
0001 ///////////////////////////////////////////////////////////////////////////// 0002 // 0003 // (C) Copyright Ion Gaztanaga 2014-2015 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 // See http://www.boost.org/libs/intrusive for documentation. 0010 // 0011 ///////////////////////////////////////////////////////////////////////////// 0012 #ifndef BOOST_INTRUSIVE_DETAIL_MINIMAL_LESS_EQUAL_HEADER_HPP 0013 #define BOOST_INTRUSIVE_DETAIL_MINIMAL_LESS_EQUAL_HEADER_HPP 0014 0015 "># 0016 #ifndef BOOST_CONFIG_HPP 0017 # include <boost/config.hpp> 0018 #endif 0019 0020 "># 0021 #if defined(BOOST_HAS_PRAGMA_ONCE) 0022 # pragma once 0023 #endif 0024 0025 "># 0026 #//Try to avoid including <functional>, as it's quite big in C++11 0027 #if defined(BOOST_GNU_STDLIB) 0028 # include <bits/stl_function.h> 0029 #else 0030 # include <functional> //Fallback 0031 #endif 0032 0033 "># 0034 #endif //BOOST_INTRUSIVE_DETAIL_MINIMAL_LESS_EQUAL_HEADER_HPP
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|