http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51194
--- Comment #2 from fate66260 at gmail dot com 2011-11-18 08:59:28 UTC ---
http://ideone.com/lZEbs
g++ (GCC) 4.7.0 2012
g++ -std=c++0x a.cpp
--
a.cpp: In instantiation of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51194
Bug #: 51194
Summary: ICE about template aliasing
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50998
--- Comment #1 from fate66260 at gmail dot com 2011-11-06 12:34:32 UTC ---
correct
template < class... Types >
struct variant
{
// implements...
};
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50998
Bug #: 50998
Summary: ICE partial specialization error at cp/pt.c
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priori
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50864
--- Comment #3 from fate66260 at gmail dot com 2011-10-25 15:00:06 UTC ---
Thank you for your response.
wrong: allow_dereferencable
right: allow_operable
mpl::true_, mpl::false_ are included in
std::declval ...
The same result in the all
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50864
Bug #: 50864
Summary: SFINAE bug
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++