Suvorov Ivan

Results 1 comments of Suvorov Ivan

Template parameter in the constructor sometimes causes a compilation error. Since the compiler cannot distinguish 2 constructors. template A(B &&) and A(const A&) https://mpark.github.io/programming/2014/06/07/beware-of-perfect-forwarding-constructors/ Instead of this method, you can...