Boost C++ Libraries: Ticket #1424: promote enum test fails with VC++ 2008. Expected? https://svn.boost.org/trac10/ticket/1424 <p> <a class="ext-link" href="http://tinyurl.com/2mza6v"><span class="icon">​</span>http://tinyurl.com/2mza6v</a> illustrates errors such as </p> <pre class="wiki">boost\libs\type_traits\test\promote_util.hpp(30) : error C2027: use of undefined type 'boost::STATIC_ASSERTION_FAILURE&lt;x&gt;' </pre><p> is this expected? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1424 Trac 1.4.3 John Maddock Sat, 10 Nov 2007 17:41:19 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1424#comment:1 https://svn.boost.org/trac10/ticket/1424#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Confirmed as a bug: a workaround for VC8 wasn't also applied for VC9. Fixed in SVN. </p> <p> John Maddock. </p> Ticket