forked from boostorg/smart_ptr
Moved warning 8027 suppression above the #includes
[SVN r29852]
This commit is contained in:
@ -18,6 +18,10 @@
|
|||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifdef __BORLANDC__
|
||||||
|
# pragma warn -8027 // Functions containing try are not expanded inline
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/checked_delete.hpp>
|
#include <boost/checked_delete.hpp>
|
||||||
#include <boost/throw_exception.hpp>
|
#include <boost/throw_exception.hpp>
|
||||||
@ -30,10 +34,6 @@
|
|||||||
#include <new> // std::bad_alloc
|
#include <new> // std::bad_alloc
|
||||||
#include <typeinfo> // std::type_info in get_deleter
|
#include <typeinfo> // std::type_info in get_deleter
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
|
||||||
# pragma warn -8027 // Functions containing try are not expanded inline
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user