Opened 15 years ago
Closed 15 years ago
#1786 closed Bugs (fixed)
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION not defined in detail/basic_(i|o)archive.hpp
| Reported by: | Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com> | Owned by: | Robert Ramey |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | serialization |
| Version: | Boost Development Trunk | Severity: | Regression |
| Keywords: | Cc: |
Description
This issue is known
The attached patch solves it.
Best,
-- Maik
Attachments (2)
Change History (3)
by , 15 years ago
by , 15 years ago
| Attachment: | even_better.patch added |
|---|
Even better patch. BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION is only defined for backward compatibility. This patch replaces it by it's successor BOOST_TT_BROKEN_COMPILER_SPEC beside adding the missing include statement.
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

the patch