Boost C++ Libraries: Ticket #306: Visual C++ "Language Extensions" support
https://svn.boost.org/trac10/ticket/306
<pre class="wiki">The following compiles under Visual C++ .Net with
"Language Extensions" enabled, but it fails otherwise:
#include <boost/token_iterator.hpp>
int main()
{
return 0;
}
The received errors are:
d:\Programming\boost\boost\detail\iterator.hpp(174) :
error C2061: syntax error : identifier 'value_type'
d:\Programming\boost\boost\mpl\aux_\preprocessed\msvc70\or.hpp(27)
: error C2970: 'boost::mpl::aux::or_impl' : template
argument 'C_' : invalid use of non-integral-constant
static variable 'value' as non-type argument
(and 4 more similar to the last one)
How can I fix this? Any help will be appreciated.
Hector C.
</pre>en-usBoost C++ Libraries/htdocs/site/boost.png
https://svn.boost.org/trac10/ticket/306
Trac 1.4.3Marshall ClowMon, 05 Nov 2007 18:46:13 GMTstatus, resolution, description changed; severity set
https://svn.boost.org/trac10/ticket/306#comment:1
https://svn.boost.org/trac10/ticket/306#comment:1
<ul>
<li><strong>status</strong>
<span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span>
</li>
<li><strong>resolution</strong>
<span class="trac-field-old">None</span> → <span class="trac-field-new">duplicate</span>
</li>
<li><strong>description</strong>
modified (<a href="/trac10/ticket/306?action=diff&version=1">diff</a>)
</li>
<li><strong>severity</strong>
→ <span class="trac-field-new">Showstopper</span>
</li>
</ul>
<p>
This is a duplicate of bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/259" title="#259: Support Requests: Problem compiling :/ (closed: fixed)">#259</a>
</p>
Ticket