forked from boostorg/core
10 lines
232 B
C++
10 lines
232 B
C++
#ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP
|
|
#define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP
|
|
|
|
// The header file at this path is deprecated;
|
|
// use boost/core/lightweight_test.hpp instead.
|
|
|
|
#include <boost/core/lightweight_test.hpp>
|
|
|
|
#endif
|