aboutsummaryrefslogtreecommitdiff
path: root/libbutl/standard-version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/standard-version.hxx')
-rw-r--r--libbutl/standard-version.hxx2
1 files changed, 1 insertions, 1 deletions
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.