// Copyright 2021 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #include #include using namespace boost::system; int main() { BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); BOOST_TEST_TRAIT_FALSE((std::is_convertible>)); BOOST_TEST_TRAIT_FALSE((std::is_constructible, errc::errc_t>)); return boost::report_errors(); }