forked from boostorg/exception
Ticket #12059
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
#ifndef UUID_DDFBB4546C1211DEA4659E9055D89593
|
#ifndef UUID_DDFBB4546C1211DEA4659E9055D89593
|
||||||
#define UUID_DDFBB4546C1211DEA4659E9055D89593
|
#define UUID_DDFBB4546C1211DEA4659E9055D89593
|
||||||
|
|
||||||
#include "boost/exception/error_info.hpp"
|
#include <boost/exception/error_info.hpp>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#pragma warning(disable:4996)
|
#pragma warning(disable:4996)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include <boost/exception/info.hpp>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include <boost/exception/info.hpp>
|
||||||
template <class E,class I>
|
template <class E,class I>
|
||||||
E const &
|
E const &
|
||||||
add_info( E const & e, I const & i )
|
add_info( E const & e, I const & i )
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include <boost/exception/info.hpp>
|
||||||
template <class E,class I>
|
template <class E,class I>
|
||||||
E const &
|
E const &
|
||||||
add_info( E const & e, I i )
|
add_info( E const & e, I i )
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include <boost/exception/info.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_NO_CXX11_RVALUE_REFERENCES
|
#ifdef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
int
|
int
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
//Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "boost/exception/info.hpp"
|
#include <boost/exception/info.hpp>
|
||||||
|
|
||||||
#ifdef BOOST_NO_CXX11_RVALUE_REFERENCES
|
#ifdef BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user