Sudoku Py / C++11 / D?

bearophile bearophileHUGS at lycos.com
Sat Aug 25 08:36:44 PDT 2012


struct MaxArray(T, size_t maxLen) {
...
     void opAssign(T[] a) {

I forgot ==>

struct MaxArray(T, size_t maxLen) {
...
     void opAssign(T[] a) pure nothrow {

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list