[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

[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. ***

[Bug c++/69831] New: 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
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sniderdj at umich dot edu Target Milestone: --- Created attachment 37696 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug c++/69830] 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=69830 sniderdj at umich dot edu changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #2

[Bug c++/69830] 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=69830 sniderdj at umich dot edu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/69830] New: 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
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sniderdj at umich dot edu Target Milestone: --- command: gcc -v -save-temps -std=c++14 bug.cpp the result of the command