Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / spirit / test / x3 / grammar.hpp
index 0f6ba88..14b9402 100644 (file)
@@ -3,4 +3,5 @@
 namespace x3 = boost::spirit::x3;
 
 x3::rule<struct grammar_r, int> const grammar;
-BOOST_SPIRIT_DECLARE(decltype(grammar))
+using grammar_type = decltype(grammar);
+BOOST_SPIRIT_DECLARE(grammar_type)