Opened 15 years ago

Closed 15 years ago

#1425 closed Bugs (fixed)

Customization for VC++2008 needed

Reported by: jrp@… Owned by: Peder Holt
Milestone: Boost 1.35.0 Component: typeof
Version: Boost Development Trunk Severity: Showstopper
Keywords: Cc:

Description

The typeof implementation code provides specific cases for earlier versions of VC++, and relies on bugs in those earlier versions. Needs updating.

Change History (2)

comment:1 by Richard Webb <Richard.Webb@…>, 15 years ago

I'm hitting this problem while testing some code developed with VC8 in VC9 (problem is that it's trying to use the 'native' implementation from VC6).

I've patched my local copy so that VC9 uses the existing VC8 code, and that seems to work ok with the Beta2 release of the compiler.

comment:2 by Peder Holt, 15 years ago

Resolution: fixed
Status: newclosed

Done.

Note: See TracTickets for help on using tickets.