Opened 15 years ago
Closed 15 years ago
#1425 closed Bugs (fixed)
Customization for VC++2008 needed
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
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.