|
|
|||
Warning, file /include/boost/call_traits.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. 0002 // Use, modification and distribution are subject to the Boost Software License, 0003 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0004 // http://www.boost.org/LICENSE_1_0.txt). 0005 // 0006 // See http://www.boost.org/libs/utility for most recent version including documentation. 0007 0008 // See boost/detail/call_traits.hpp 0009 // for full copyright notices. 0010 0011 #ifndef BOOST_CALL_TRAITS_HPP 0012 #define BOOST_CALL_TRAITS_HPP 0013 0014 #ifndef BOOST_CONFIG_HPP 0015 #include <boost/config.hpp> 0016 #endif 0017 0018 #include <boost/detail/call_traits.hpp> 0019 0020 #endif // BOOST_CALL_TRAITS_HPP
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|