From 3db000ef64a5b785901ed8323034ac6c84b23bdc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Sep 2021 14:03:14 +0200 Subject: Few post-mxx cleanups --- libbutl/standard-version.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/standard-version.hxx') diff --git a/libbutl/standard-version.hxx b/libbutl/standard-version.hxx index 5810e13..e973352 100644 --- a/libbutl/standard-version.hxx +++ b/libbutl/standard-version.hxx @@ -204,7 +204,7 @@ namespace butl // Create empty version. // - standard_version () {} // = default; @@ MOD VC + standard_version () = default; }; // Try to parse a string as a standard version returning nullopt if invalid. -- cgit v1.1