Opened 13 years ago
Closed 13 years ago
#3637 closed Bugs (fixed)
extra opening { in format_implementation.hpp
Reported by: | Owned by: | Samuel Krempp | |
---|---|---|---|
Milestone: | Boost 1.41.0 | Component: | format |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
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<Ch,Tr, Alloc>
-
cur_arg() const {