Include lightweight_test from core and workaround from config

This commit is contained in:
Glen Fernandes
2020-01-01 08:29:47 -05:00
parent a2749dddb4
commit 43d1fe12c5
93 changed files with 93 additions and 93 deletions

View File

@ -8,7 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/config.hpp>
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && \
!defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/smart_ptr/make_local_shared.hpp>
int main()