Small improvement, but improvement anyway.
C++20’s Conditionally Explicit Constructors
by Sy Brand
From the article:
explicit(bool) is a C++20 feature for simplifying the implementation of generic types and improving compile-time performance...
Add a Comment
Comments are closed.