[Bug c++/64948] Lambda reference capture initialization in template function creates segmentation fault

2015-03-05 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64948 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/64948] Lambda reference capture initialization in template function creates segmentation fault

2015-02-09 Thread andrea.azzarone at canonical dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64948 --- Comment #2 from Andrea Azzarone andrea.azzarone at canonical dot com --- (In reply to Andrea Azzarone from comment #1) Created attachment 34705 [details] Proposed fix to allow the use of enable_if for UDLs. Sorry this patch was for a

[Bug c++/64948] Lambda reference capture initialization in template function creates segmentation fault

2015-02-09 Thread andrea.azzarone at canonical dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64948 Andrea Azzarone andrea.azzarone at canonical dot com changed: What|Removed |Added CC|