In one case I had to use static ifs and pragmas and static assert(0) to get error messages out of opDispatch because static assert messages were being suppressed.
Its very frustrating.
Vlad Levenfeld via Digitalmars-d-learn Mon, 28 Jul 2014 20:37:26 -0700
In one case I had to use static ifs and pragmas and static assert(0) to get error messages out of opDispatch because static assert messages were being suppressed.
Its very frustrating.