[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2015-06-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5941 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2013-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Maksim Zholudev maxim...@gmail.com changed: What|Removed |Added CC||maxim...@gmail.com

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||accepts-invalid ---

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes nested function cannot be accessed error

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 --- Comment #1 from kenn...@gmail.com 2011-05-07 00:27:39 PDT --- A slight variant is when 'f' is a template function taking a delegate literal as input, it will generate an ICE: - auto f(alias T)() { static