Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-30 08:31:23

0001 #ifndef BOOST_SYSTEM_DETAIL_IS_SAME_HPP_INCLUDED
0002 #define BOOST_SYSTEM_DETAIL_IS_SAME_HPP_INCLUDED
0003 
0004 // Copyright 2021 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::is_same;
0018 
0019 } // namespace detail
0020 } // namespace system
0021 } // namespace boost
0022 
0023 #endif // #ifndef BOOST_SYSTEM_DETAIL_IS_SAME_HPP_INCLUDED