Include lightweight_test from core and workaround from config

This commit is contained in:
Glen Fernandes
2020-01-01 08:57:25 -05:00
parent 72ca0d8664
commit ac4c781cac
24 changed files with 24 additions and 24 deletions

View File

@@ -12,7 +12,7 @@
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
using boost::enable_if_c;
using boost::lazy_enable_if_c;