Opened 13 years ago

Closed 13 years ago

#4115 closed Bugs (fixed)

Problems with BOOST_NO_STD_TYPEINFO fix

Reported by: arkadiy_s@… Owned by: John Maddock
Milestone: Boost 1.43.0 Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

boost::lexical_cast fix when no typeinfo in std namespace

Attachments (3)

lexicalCastNoTypeInfoFix.patch​ (2.4 KB ) - added by arkadiy_s@… 13 years ago.
noStdTypeInfoFix.patch​ (963 bytes ) - added by Arkadiy Shapkin <arkadiy_s@…> 13 years ago.
Updated patch that fix all errors with BOOST_NO_STD_TYPEINFO
noStdTypeInfoFix.2.patch​ (964 bytes ) - added by Arkadiy Shapkin <arkadiy_s@…> 13 years ago.
Sorry, previous patch typo fixed

Download all attachments as: .zip

Change History (5)

by arkadiy_s@…, 13 years ago

comment:1 by arkadiy_s@…, 13 years ago

Component: lexical_cast → config
Owner: changed from nasonov to John Maddock
Summary: Lexical Cast no std type_info fix → Problems with BOOST_NO_STD_TYPEINFO fix

by Arkadiy Shapkin <arkadiy_s@…>, 13 years ago

Attachment: noStdTypeInfoFix.patch​ added

Updated patch that fix all errors with BOOST_NO_STD_TYPEINFO

by Arkadiy Shapkin <arkadiy_s@…>, 13 years ago

Attachment: noStdTypeInfoFix.2.patch​ added

Sorry, previous patch typo fixed

comment:2 by John Maddock, 13 years ago

Resolution: → fixed
Status: new → closed

(In [61434]) Fixes #4115: sometimes VC++ doesn't put typeinfo in namespace std.

Note: See TracTickets for help on using tickets.