[Bug c++/69831] Issue with passing a reference_wrapper to a placeholder when using a pointer to member function in bind

2016-02-16 Thread sniderdj at umich dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69831

sniderdj at umich dot edu changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from sniderdj at umich dot edu ---
Well look at me, submitting a bug that has already been fixed.

[Bug c++/69831] Issue with passing a reference_wrapper to a placeholder when using a pointer to member function in bind

2016-02-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69831

--- Comment #3 from Andrew Pinski  ---
Works for me on the trunk:
GNU C++14 (GCC) version 6.0.0 20160215 (experimental) [trunk revision 233436]
(aarch64-unknown-linux-gnu)
compiled by GNU C version 6.0.0 20160215 (experimental) [trunk revision
233436], GMP version 5.1.3, MPFR version 3.1.2-p3, MPC version 1.0.1, isl
version none

[Bug c++/69831] Issue with passing a reference_wrapper to a placeholder when using a pointer to member function in bind

2016-02-15 Thread sniderdj at umich dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69831

--- Comment #2 from sniderdj at umich dot edu ---
Created attachment 37697
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37697&action=edit
For convenience, the result of the compilation

[Bug c++/69831] Issue with passing a reference_wrapper to a placeholder when using a pointer to member function in bind

2016-02-15 Thread sniderdj at umich dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69831

--- Comment #1 from sniderdj at umich dot edu ---
*** Bug 69830 has been marked as a duplicate of this bug. ***