Opened 15 years ago
Closed 15 years ago
#1424 closed Bugs (fixed)
promote enum test fails with VC++ 2008. Expected?
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Boost 1.35.0 | Component: | type_traits |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: |
Description
http://tinyurl.com/2mza6v illustrates errors such as
boost\libs\type_traits\test\promote_util.hpp(30) : error C2027: use of undefined type 'boost::STATIC_ASSERTION_FAILURE<x>'
is this expected?
Note:
See TracTickets
for help on using tickets.
Confirmed as a bug: a workaround for VC8 wasn't also applied for VC9. Fixed in SVN.
John Maddock.