[Bug c++/40944] [C++0x] rejects well-formed code: SFINAE, decltype, function call

2009-08-16 Thread s dot gesemann at gmail dot com
--- Comment #3 from s dot gesemann at gmail dot com 2009-08-16 13:00 --- sorry, please disregard my previous comment. I accidentally used GCC 4.3.3 instead of GCC 4.4.1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40944

[Bug c++/40944] [C++0x] rejects well-formed code: SFINAE, decltype, function call

2009-08-16 Thread s dot gesemann at gmail dot com
--- Comment #2 from s dot gesemann at gmail dot com 2009-08-16 12:48 --- This is probably a related (SFINAE<->decltype) problem: template struct meta { static T&& m(); // make static void s(T); // sink }; // operator()(T&,int) available ? template::m()(

[Bug c++/40944] New: [C++0x] rejects well-formed code: SFINAE, decltype, function call

2009-08-02 Thread s dot gesemann at gmail dot com
ype, function call Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: s dot gesemann at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40944

[Bug c++/39050] [c++0x] rvalue reference & copy construction issue

2009-02-02 Thread s dot gesemann at gmail dot com
--- Comment #1 from s dot gesemann at gmail dot com 2009-02-02 15:18 --- This is probably just another manifestation of the same bug (#36744) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36744 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39050

[Bug c++/39050] New: [c++0x] rvalue reference & copy construction issue

2009-01-31 Thread s dot gesemann at gmail dot com
ReportedBy: s dot gesemann at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39050