|
|
|||
File indexing completed on 2025-12-16 09:45:25
0001 //Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc. 0002 0003 //Distributed under the Boost Software License, Version 1.0. (See accompanying 0004 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #ifndef BOOST_EXCEPTION_837060E885AF11E68DA91D15E31AC075 0007 #define BOOST_EXCEPTION_837060E885AF11E68DA91D15E31AC075 0008 0009 #ifdef BOOST_EXCEPTION_MINI_BOOST 0010 #include <memory> 0011 namespace boost { namespace exception_detail { using std::shared_ptr; } } 0012 #else 0013 #include <boost/shared_ptr.hpp> 0014 namespace boost { namespace exception_detail { using boost::shared_ptr; } } 0015 #endif 0016 0017 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|