id summary reporter owner description type status milestone component version severity resolution keywords cc 9415 -Wunused-local-typedef with gcc 4.8.1 lpasquale@… jsiek "I get a lot of warnings like {{{ /install-dir/boost/include/boost/concept_check.hpp: In function ‘void boost::function_requires(Model*)’: /install-dir/boost/include/boost/concept/detail/general.hpp:71:20: warning: typedef ‘boost_concept_check45’ locally defined but not used [-Wunused-local-typedefs] BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /install-dir/boost/include/boost/preprocessor/cat.hpp:29:34: note: in definition of macro ‘BOOST_PP_CAT_I’ # define BOOST_PP_CAT_I(a, b) a ## b ^ /install-dir/boost/include/boost/concept/detail/general.hpp:71:7: note: in expansion of macro ‘BOOST_PP_CAT’ BOOST_PP_CAT(boost_concept_check,__LINE__) ^ /install-dir/boost/include/boost/concept/assert.hpp:44:5: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT_FN’ BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens) ^ /install-dir/boost/include/boost/concept_check.hpp:45:7: note: in expansion of macro ‘BOOST_CONCEPT_ASSERT’ BOOST_CONCEPT_ASSERT((Model)); ^ }}} generated by different functions, but reletaed to the same macros." Bugs closed Boost 1.56.0 concept_check Boost 1.55.0 Problem fixed