mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
Use more up-to-date location of lightweight_test.hpp
This commit is contained in:
@ -5,11 +5,11 @@
|
|||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
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 <iostream>
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/array.hpp>
|
#include <boost/array.hpp>
|
||||||
#include <boost/detail/is_sorted.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
#include <boost/detail/lightweight_test.hpp>
|
|
||||||
|
|
||||||
template<class T>
|
template<class T>
|
||||||
struct tracking_less {
|
struct tracking_less {
|
||||||
|
Reference in New Issue
Block a user