Use LightweightTest and NoExceptionsSupport from Core

This commit is contained in:
Glen Fernandes
2018-09-22 15:11:12 -04:00
parent d1ad1141f3
commit 87c978d36e
4 changed files with 4 additions and 4 deletions

View File

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