Use more up-to-date location of lightweight_test.hpp

This commit is contained in:
Andrey Semashev
2020-05-10 23:27:22 +03:00
parent be1294c8a8
commit 01c1bf1906

View File

@ -5,11 +5,11 @@
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#include <boost/detail/is_sorted.hpp>
#include <iostream>
#include <boost/config.hpp>
#include <boost/array.hpp>
#include <boost/detail/is_sorted.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
template<class T>
struct tracking_less {