id summary reporter owner description type status milestone component version severity resolution keywords cc 6705 ptree_implementation.hpp compile error: extra ‘;’ Andrey Sebastian Redl "While moving 1.47->1.49 i've got following error message: boost_1_49_0/boost/property_tree/detail/ptree_implementation.hpp:392:14: error: extra ‘;’ while compiling my codebase with forced ansi c++ ( -Wall -Wno-long-long -pedantic-errors -std=c++98 ) on linux. I've fixed compilation by removing ';' mentioned in error message. $ c++ -v Target: x86_64-redhat-linux gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) " Patches closed To Be Determined property_tree Boost 1.49.0 Cosmetic duplicate