hasElaborateCopyConstructor bug?
SrMordred
patric.dexheimer at gmail.com
Sat Jun 1 21:05:32 UTC 2019
import std.traits;
struct T { this(ref return scope T other){} }
pragma(msg, hasElaborateCopyConstructor!T); //false
More information about the Digitalmars-d-learn
mailing list