// Copyright 2021 Peter Dimov // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #include #include int main() { BOOST_TEST_TRAIT_TRUE((boost::core::is_same::result_type>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same::result_type>)); return boost::report_errors(); }