Updated lightweight_test.hpp includes to the new location.

This commit is contained in:
Andrey Semashev
2020-03-04 00:52:58 +03:00
parent fdcd8439c0
commit 4fe679bb0d
7 changed files with 35 additions and 35 deletions

View File

@ -27,7 +27,7 @@
#include <iterator>
#include <vector>
#include <list>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
#include <iostream>
// A UDT for which we can specialize std::iterator_traits<element*> on