Opened 14 years ago

Closed 13 years ago

#1955 closed Bugs (fixed)

gcc-4.x and gcc-4.3 fixes

Reported by: Maik Beckmann <Beckmann.Maik@…> 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)

property_tree.patch (1.7 KB ) - added by Maik Beckmann <Beckmann.Maik@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

by Maik Beckmann <Beckmann.Maik@…>, 14 years ago

Attachment: property_tree.patch added

comment:1 by Maik Beckmann <Beckmann.Maik@…>, 14 years ago

Minor correction: Its a missing #include <limits> not a missing #include <climits> .

Anyway, the patch does the right thing.

comment:2 by Sebastian Redl, 13 years ago

Resolution: fixed
Status: newclosed

Thanks, will be soon fixed in trunk.

Note: See TracTickets for help on using tickets.