diff --git a/test/mp_quote_trait.cpp b/test/mp_quote_trait.cpp index dd0018c..b762a5e 100644 --- a/test/mp_quote_trait.cpp +++ b/test/mp_quote_trait.cpp @@ -27,6 +27,16 @@ int main() BOOST_TEST_TRAIT_TRUE((std::is_same, int[]>)); } + { + using Q = mp_quote_trait; + + BOOST_TEST_TRAIT_TRUE((std::is_same, void*>)); + BOOST_TEST_TRAIT_TRUE((std::is_same, int(*)[]>)); + + BOOST_TEST_TRAIT_TRUE((std::is_same, void*>)); + BOOST_TEST_TRAIT_TRUE((std::is_same, int(*)[]>)); + } + { using Q = mp_quote_trait;