[Bug c++/71095] Problem with captureless generic lambda and calling function object with arguments passed by reference

2016-05-14 Thread karol.wozniak at email dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71095 --- Comment #2 from Karol Wozniak --- it seems to be same as: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70942

[Bug c++/71095] Problem with captureless generic lambda and calling function object with arguments passed by reference

2016-05-13 Thread karol.wozniak at email dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71095 Karol Wozniak changed: What|Removed |Added Known to work||5.3.1 --- Comment #1 from Karol Wozniak

[Bug c++/71095] New: Problem with captureless generic lambda and calling function object with arguments passed by reference

2016-05-13 Thread karol.wozniak at email dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: karol.wozniak at email dot com Target Milestone: --- #include struct do_some_stuff_by_ref { template int operator()(T &...) const { retur