aboutsummaryrefslogtreecommitdiff
path: root/libbutl/standard-version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-30 14:03:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-30 14:03:14 +0200
commit3db000ef64a5b785901ed8323034ac6c84b23bdc (patch)
tree0d7dc8f8f30163a61b22037407db18de83a486c9 /libbutl/standard-version.hxx
parentef8d8c01a4d630b55ee4cf7a23688a5a5d685419 (diff)
Few post-mxx cleanups
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.