|
||||
File indexing completed on 2024-11-15 09:34:17
0001 #ifndef BOOST_SYSTEM_HPP_INCLUDED 0002 #define BOOST_SYSTEM_HPP_INCLUDED 0003 0004 // Copyright 2021 Peter Dimov 0005 // Distributed under the Boost Software License, Version 1.0. 0006 // https://www.boost.org/LICENSE_1_0.txt) 0007 // 0008 // See library home page at http://www.boost.org/libs/system 0009 0010 #include <boost/system/error_code.hpp> 0011 #include <boost/system/system_error.hpp> 0012 #include <boost/config.hpp> 0013 0014 #if (__cplusplus >= 201103L) && !(defined(BOOST_GCC) && BOOST_GCC < 40800) || (defined(_MSC_VER) && _MSC_VER >= 1900) 0015 # include <boost/system/result.hpp> 0016 #endif 0017 0018 #endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |