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