Skip to content

Commit

Permalink
Use LightweightTest and NoExceptionsSupport from Core
Browse files Browse the repository at this point in the history
  • Loading branch information
glenfe committed Sep 22, 2018
1 parent d1ad114 commit 87c978d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/boost/function/function_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Note: this header is a header template and must NOT have multiple-inclusion
// protection.
#include <boost/function/detail/prologue.hpp>
#include <boost/detail/no_exceptions_support.hpp>
#include <boost/core/no_exceptions_support.hpp>

#if defined(BOOST_MSVC)
# pragma warning( push )
Expand Down
2 changes: 1 addition & 1 deletion test/contains2_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt)

#include <boost/function.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>

static int forty_two()
{
Expand Down
2 changes: 1 addition & 1 deletion test/mem_fun_cxx98.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


#include <boost/function.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
#include <iostream>
#include <functional>

Expand Down
2 changes: 1 addition & 1 deletion test/mem_fun_portable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


#include <boost/function.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
#include <iostream>
#include <functional>

Expand Down

0 comments on commit 87c978d

Please sign in to comment.