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

http://article.gmane.org/gmane.comp.lib.boost.testing/5702

The attached patch solves it.

Best,

-- Maik

Attachments (2)

the.patch (1.1 KB ) - added by Maik Beckmann <Beckmann.Maik@…> 15 years ago.
the patch
even_better.patch (1.6 KB ) - added by Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com> 15 years ago.
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.

Download all attachments as: .zip

Change History (3)

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

Attachment: the.patch added

the patch

by Maik Beckmann <Beckmann.Maik <at> googlemail <dot> com>, 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 Robert Ramey, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.