This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/51501] decltype over-agressive SFINAE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51501

--- Comment #1 from Dave Abrahams <dave at boostpro dot com> 2011-12-10 21:06:14 UTC ---
Created attachment 26045
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26045
test case

compile with -std=c++11 to see the failure.  Additionally add -DWORKAROUND to
demonstrate why it ought to work.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]