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

@@ -15,7 +15,7 @@
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
class V: public boost::enable_shared_from_this<V>
{