Opened 14 years ago
Closed 14 years ago
#1954 closed Bugs (fixed)
gcc-4.3 doesn't compile collection_traits.hpp
| Reported by: | Owned by: | Robert Ramey | |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | serialization |
| Version: | Boost Development Trunk | Severity: | Showstopper |
| Keywords: | Cc: |
Description
Fix attached.
Attachments (2)
Change History (4)
by , 14 years ago
| Attachment: | collection_traits.patch added |
|---|
comment:1 by , 14 years ago
by , 14 years ago
| Attachment: | collection_traits.2.patch added |
|---|
Note:
See TracTickets
for help on using tickets.

I altered the patch to do proper checking for ULONG_MAX as we did it in polymorphic_*archive.hpp. It might be smarter to refactor this check to a config header. I leave that to the library author :)
-- Maik