![]() |
|
|||
File indexing completed on 2025-07-11 08:27:24
0001 #ifndef BOOST_SYSTEM_DETAIL_ENABLE_IF_HPP_INCLUDED 0002 #define BOOST_SYSTEM_DETAIL_ENABLE_IF_HPP_INCLUDED 0003 0004 // Copyright 2020 Peter Dimov 0005 // Distributed under the Boost Software License, Version 1.0 0006 // http://www.boost.org/LICENSE_1_0.txt 0007 0008 #include <type_traits> 0009 0010 namespace boost 0011 { 0012 namespace system 0013 { 0014 namespace detail 0015 { 0016 0017 using std::enable_if; 0018 0019 } // namespace detail 0020 } // namespace system 0021 } // namespace boost 0022 0023 #endif // #ifndef BOOST_SYSTEM_DETAIL_ENABLE_IF_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 |
![]() ![]() |