Boost C++ Libraries: Ticket #11924: MSVC 12: boost\type_traits\common_type.hpp(42): fatal error C1001: https://svn.boost.org/trac10/ticket/11924 <p> Boost 1.60 with Visual 2013 results in a compiler error : </p> <pre class="wiki">boost\type_traits\common_type.hpp(42): fatal error C1001: An internal error has occurred in the compiler. </pre><p> It happens with Template Aliases and Variadic Templates. </p> <p> Visual 2013 version is 18.00.21005.1 (and we cannot update it cause of our clients), we have to add in boost/config/user.hpp the following line : </p> <pre class="wiki">#if defined _MSC_VER # if _MSC_FULL_VER &lt; 180021006 # define DTK_BOOST_NO_CXX11_TEMPLATE_ALIASES # endif #endif </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11924 Trac 1.4.3 John Maddock Tue, 19 Jan 2016 11:01:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11924#comment:1 https://svn.boost.org/trac10/ticket/11924#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">duplicate</span> </li> </ul> <p> This duplicates: <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/11885"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/11885</a> </p> <p> I realise you're stuck with VC12, but can you not use the latest patch release to that toolset, as everything works fine with version 18.00.31101 ? </p> Ticket dkabrane@… Tue, 19 Jan 2016 13:11:49 GMT <link>https://svn.boost.org/trac10/ticket/11924#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11924#comment:2</guid> <description> <p> Unfortunately we cannot apply the latest patch for this version, since some of our clients are stuck with this version, it means us too. </p> <p> However we found a workaround like I said earlier in the ticket. Thanks though. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Wed, 05 Oct 2016 07:50:38 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/11924 https://svn.boost.org/trac10/ticket/11924 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">user.hpp</span> </li> </ul> Ticket anonymous Wed, 05 Oct 2016 07:54:48 GMT attachment set https://svn.boost.org/trac10/ticket/11924 https://svn.boost.org/trac10/ticket/11924 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">user.2.hpp</span> </li> </ul> Ticket