/* Copyright 2017 Glen Joseph Fernandes (glenjofe@gmail.com) Distributed under the Boost Software License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt) */ #include #include #include template struct P { }; int main() { BOOST_TEST_TRAIT_TRUE((boost::core::is_same::pointer>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same, boost::pointer_traits >::pointer>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same::pointer>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same, boost::pointer_traits >::pointer>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same::pointer>)); BOOST_TEST_TRAIT_TRUE((boost::core::is_same, boost::pointer_traits >::pointer>)); return boost::report_errors(); }