digitalmars.D.learn - Vector operations cannot be nothrow?
- simendsjo (5/5) Apr 13 2013 void f() nothrow { // Error: _arrayExpSliceAddass_i is not
- bearophile (5/10) Apr 13 2013 Currently those ops are not nothrow. I think they will eventually
- simendsjo (2/12) Apr 14 2013 Filed a bug: http://d.puremagic.com/issues/show_bug.cgi?id=9933
void f() nothrow { // Error: _arrayExpSliceAddass_i is not nothrow int[3] d; d[] += 3; }
Apr 13 2013
simendsjo:void f() nothrow { // Error: _arrayExpSliceAddass_i is not nothrow int[3] d; d[] += 3; }Currently those ops are not nothrow. I think they will eventually become nothrow... Bye, bearophile
Apr 13 2013
On Saturday, 13 April 2013 at 19:11:42 UTC, bearophile wrote:simendsjo:Filed a bug: http://d.puremagic.com/issues/show_bug.cgi?id=9933void f() nothrow { // Error: _arrayExpSliceAddass_i is not nothrow int[3] d; d[] += 3; }Currently those ops are not nothrow. I think they will eventually become nothrow... Bye, bearophile
Apr 14 2013