Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#4067 closed Patches (fixed)

BOOST_SP_NO_SP_CONVERTIBLE needed for Borland/CodeGear 6.21

Reported by: niels_dekker Owned by: Peter Dimov
Milestone: Boost 1.43.0 Component: smart_ptr
Version: Boost 1.42.0 Severity: Problem
Keywords: Cc:

Description

https://svn.boost.org/svn/boost/trunk/boost/smart_ptr/detail/sp_convertible.hpp defines BOOST_SP_NO_SP_CONVERTIBLE when Borland version <= 6.20. Unfortunately it is still needed for CodeGear /Embarcadero C++ 6.21. So please apply the attached little patch.

Attachments (1)

__BORLANDC__0x621.patch (489 bytes ) - added by niels_dekker 13 years ago.

Download all attachments as: .zip

Change History (5)

by niels_dekker, 13 years ago

Attachment: __BORLANDC__0x621.patch added

comment:1 by niels_dekker, 13 years ago

Summary: BOOST_SP_NO_SP_CONVERTIBLE needed for Borland/CodeGear 6.2.1BOOST_SP_NO_SP_CONVERTIBLE needed for Borland/CodeGear 6.21

comment:2 by Peter Dimov, 13 years ago

(In [61074]) Borland 6.21 still needs the workaround. Refs #4067.

comment:3 by Peter Dimov, 13 years ago

Resolution: fixed
Status: newclosed

(In [61078]) Merge [61074]. Fixes #4067.

comment:4 by niels_dekker, 13 years ago

Thanks Peter. Now I just hope Borland/CodeGear 6.30 and higher won't need BOOST_SP_NO_SP_CONVERTIBLE!

Note: See TracTickets for help on using tickets.