[Bug c++/57825] Template specialization for ref qualified member pointers

2013-08-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-08-06 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread tomaszkam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 --- Comment #7 from Tomasz Kamiński --- > No, this was a different problem and it became fixed. Your example code > works fine gcc 4.9.0 20130616 (experimental) (I do know this, because I > recently completed the implementation of std::function fo

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 --- Comment #5 from Daniel Krügler --- (In reply to Paolo Carlini from comment #3) > Daniel, which library testcases did we commit?!? ;) Crazy. During an intermediate state we had bug 57388 which prevented for some time the proper specialization

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 --- Comment #4 from Daniel Krügler --- (In reply to Tomasz Kamiński from comment #2) > Propably this is also causing the problem with the standard library > is_function and is_member function traits, because they cannot be > implemented correclty.

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 --- Comment #3 from Paolo Carlini --- Daniel, which library testcases did we commit?!? ;) Crazy.

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread tomaszkam at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 --- Comment #2 from Tomasz Kamiński --- Propably this is also causing the problem with the standard library is_function and is_member function traits, because they cannot be implemented correclty. Example: struct A { void f_n() {} void f_l()

[Bug c++/57825] Template specialization for ref qualified member pointers

2013-07-04 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57825 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.