Boost C++ Libraries: Ticket #12643: Compiler internal error in VS2013 Release mode https://svn.boost.org/trac10/ticket/12643 <p> The simplest example is following: </p> <pre class="wiki">#include "boost/lockfree/stack.hpp" int _tmain(int argc, _TCHAR* argv[]) { boost::lockfree::stack&lt;int&gt;( 128 ); return 0; } </pre><p> Compilation in <strong>Release</strong> configuration in the Visual Studio 2013 (version 12.0.40629.00 Update 5) fails with the following report: </p> <pre class="wiki">1&gt;BoostTest.cpp(5): fatal error C1001: An internal error has occurred in the compiler. 1&gt; (compiler file 'msc1.cpp', line 1325) 1&gt; To work around this problem, try simplifying or changing the program near the locations listed above. 1&gt; Please choose the Technical Support command on the Visual C++ 1&gt; Help menu, or open the Technical Support help file for more information 1&gt; BoostTest.cpp(5) : see reference to class template instantiation 'boost::lockfree::stack&lt;int,&gt;' being compiled ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12643 Trac 1.4.3