|
||||
File indexing completed on 2025-01-18 09:52:54
0001 0002 // (C) Copyright Edward Diener 2012 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 #if !defined(BOOST_TTI_DETAIL_NULLPTR_HPP) 0008 #define BOOST_TTI_DETAIL_NULLPTR_HPP 0009 0010 #include <boost/config.hpp> 0011 0012 #if defined(BOOST_NO_CXX11_NULLPTR) 0013 0014 #define BOOST_TTI_DETAIL_NULLPTR 0 0015 0016 #else // !BOOST_NO_CXX11_NULLPTR 0017 0018 #define BOOST_TTI_DETAIL_NULLPTR nullptr 0019 0020 #endif // BOOST_NO_CXX11_NULLPTR 0021 0022 #endif // BOOST_TTI_DETAIL_NULLPTR_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |