|
||||
File indexing completed on 2025-01-18 09:53:09
0001 0002 // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. 0003 // Use, modification and distribution are subject to the Boost Software License, 0004 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0005 // http://www.boost.org/LICENSE_1_0.txt). 0006 // 0007 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 0008 0009 #ifndef BOOST_TT_OLD_CONFIG_HPP_INCLUDED 0010 #define BOOST_TT_OLD_CONFIG_HPP_INCLUDED 0011 0012 // 0013 // This header is deprecated and no longer used by type_traits: 0014 // 0015 #if defined(__GNUC__) || defined(_MSC_VER) 0016 # pragma message("NOTE: Use of this header (boost/type_traits/config.hpp) is deprecated") 0017 #endif 0018 0019 #endif // BOOST_TT_CONFIG_HPP_INCLUDED 0020 0021
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |