Tony Van Eerd

Results 4 issues of Tony Van Eerd

See feature_tracking.md for (partial?) list of C++20 features Turn each missing feature into an issue. Then fix the issues by writing tables :-) Also, some links to definitive lists of...

It should probably be mentioned that the copy/move ctor should never be explicit. And by 'never' does mean 'rarely' (as usual) or does it really mean never? A heavy class,...

When is it OK for assignment to be implicit but construction explicit? Howard and I both think "not usually, but sometimes", but have no hard rules. eg. zoned_time = local_time...

The table needs to separate cast from constructor - the answers imply different results. ie not same thing -> explicit constructor, but does NOT imply explicit cast. So two tables?...