Subject: [Boost-bugs] [Boost C++ Libraries] #11924: MSVC 12: boost\type_traits\common_type.hpp(42): fatal error C1001:
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-19 09:13:25
#11924: MSVC 12: boost\type_traits\common_type.hpp(42): fatal error C1001:
-------------------------------------------------+-------------------------
Reporter: dkabrane@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: | Component: type_traits
Version: Boost 1.60.0 | Severity: Problem
Keywords: variadic template, template |
aliases, MSVC 12 |
-------------------------------------------------+-------------------------
Boost 1.60 with Visual 2013 results in a compiler error :
{{{
boost\type_traits\common_type.hpp(42): fatal error C1001: An internal
error has occurred in the compiler.
}}}
It happens with Template Aliases and Variadic Templates.
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 :
{{{
#if defined _MSC_VER
# if _MSC_FULL_VER < 180021006
# define DTK_BOOST_NO_CXX11_TEMPLATE_ALIASES
# endif
#endif
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11924> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC