id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3637,extra opening { in format_implementation.hpp,ralphgauges@…,Samuel Krempp,"I just got the latest version of the source code from svn and when I compiled my program which uses the BGL, I got a compiler error. It looks as if there is an additional opening { in format/format_implementation.hpp line 199 which seems to be used by the BGL. Removing it lets me compile my program again. Here the diff --- boost/format/format_implementation.hpp (revision 57746) +++ boost/format/format_implementation.hpp (working copy) @@ -194,7 +194,7 @@ template< class Ch, class Tr, class Alloc> int basic_format:: cur_arg() const { - { return cur_arg_+1; } + return cur_arg_+1; } template< class Ch, class Tr, class Alloc> int basic_format:: ",Bugs,closed,Boost 1.41.0,format,Boost Development Trunk,Problem,fixed,,