#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)
Change History (5)
by , 13 years ago
Attachment: | __BORLANDC__0x621.patch added |
---|
comment:1 by , 13 years ago
Summary: | BOOST_SP_NO_SP_CONVERTIBLE needed for Borland/CodeGear 6.2.1 → BOOST_SP_NO_SP_CONVERTIBLE needed for Borland/CodeGear 6.21 |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 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.
(In [61074]) Borland 6.21 still needs the workaround. Refs #4067.