Opened 14 years ago
Closed 13 years ago
#1955 closed Bugs (fixed)
gcc-4.x and gcc-4.3 fixes
Reported by: | Owned by: | kaalus | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | property_tree |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: |
Description
gcc-4.x: template member functions have to be called by
obj.template tedfunc<sometype>(...)
gcc-4.3: missing cstring and climits
patch is attached.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | property_tree.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, will be soon fixed in trunk.
Note:
See TracTickets
for help on using tickets.
Minor correction: Its a missing
#include <limits>
not a missing#include <climits>
.Anyway, the patch does the right thing.