Kaydet (Commit) 9c4ec783 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Work around Clang -Werror,Wvexing-parse

Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc
üst b68f14a7
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
&::boost::concepts::requirement_<ModelFnPtr>::failed> \ &::boost::concepts::requirement_<ModelFnPtr>::failed> \
- BOOST_PP_CAT(boost_concept_check,__LINE__) - BOOST_PP_CAT(boost_concept_check,__LINE__)
+ BOOST_PP_CAT(boost_concept_check,__LINE__); \ + BOOST_PP_CAT(boost_concept_check,__LINE__); \
+ BOOST_PP_CAT(boost_concept_check,__LINE__) BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)() + BOOST_PP_CAT(boost_concept_check,__LINE__) BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)(...)
+ // silence -Werror=unused-local-typedefs (GCC 4.8) + // silence -Werror=unused-local-typedefs (GCC 4.8) (and resulting Clang -Werror,-Wvexing-parse)
}} }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment