This commit is contained in:
Emil Dotchevski
2016-10-26 12:35:25 -07:00
parent e1378f7aef
commit 6cf231330a
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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>

View File

@ -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 )

View File

@ -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 )

View File

@ -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

View File

@ -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