mirror of
https://github.com/boostorg/gil.git
synced 2026-02-19 14:32:10 +00:00
16 lines
299 B
C++
16 lines
299 B
C++
#include <boost/test/unit_test.hpp>
|
|
|
|
#include <boost/gil/gil_all.hpp>
|
|
#include <boost/gil/extension/toolbox/metafunctions/is_similar.hpp>
|
|
|
|
using namespace boost;
|
|
using namespace gil;
|
|
|
|
BOOST_AUTO_TEST_SUITE( is_similar_test )
|
|
|
|
BOOST_AUTO_TEST_CASE( is_similar_test )
|
|
{
|
|
}
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|