Vector operations cannot be nothrow?

simendsjo simendsjo at gmail.com
Sat Apr 13 05:47:50 PDT 2013


     void f() nothrow { // Error: _arrayExpSliceAddass_i is not 
nothrow
         int[3] d;
         d[] += 3;
     }


More information about the Digitalmars-d-learn mailing list