|
|
|||
File indexing completed on 2025-12-15 10:09:49
0001 0002 // Copyright 2000 John Maddock (john@johnmaddock.co.uk) 0003 // Copyright 2002 Aleksey Gurtovoy (agurtovoy@meta-comm.com) 0004 // 0005 // Use, modification and distribution are subject to the Boost Software License, 0006 // Version 1.0. (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/type_traits for most recent version including documentation. 0010 0011 #ifndef BOOST_TT_IS_FUNCTION_HPP_INCLUDED 0012 #define BOOST_TT_IS_FUNCTION_HPP_INCLUDED 0013 0014 #include <boost/type_traits/detail/config.hpp> 0015 #include <boost/config/workaround.hpp> 0016 0017 #ifdef BOOST_TT_HAS_ACCURATE_IS_FUNCTION 0018 0019 #include <boost/type_traits/detail/is_function_cxx_11.hpp> 0020 0021 #else 0022 0023 #include <boost/type_traits/detail/is_function_cxx_03.hpp> 0024 0025 #endif 0026 0027 #endif // BOOST_TT_IS_FUNCTION_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 |
|