1 --- misc/boost_1_44_0/boost/concept/detail/general.hpp
2 +++ misc/build/boost_1_44_0/boost/concept/detail/general.hpp
4 # define BOOST_CONCEPT_ASSERT_FN( ModelFnPtr ) \
5 typedef ::boost::concepts::detail::instantiate< \
6 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
7 - BOOST_PP_CAT(boost_concept_check,__LINE__)
8 + BOOST_PP_CAT(boost_concept_check,__LINE__); \
9 + void BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)(BOOST_PP_CAT(boost_concept_check,__LINE__) *)
10 + // silence -Werror=unused-local-typedefs (GCC 4.8)