aboutsummaryrefslogtreecommitdiff
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
parentef8d8c01a4d630b55ee4cf7a23688a5a5d685419 (diff)
Few post-mxx cleanups
-rw-r--r--libbutl/buildfile2
-rw-r--r--libbutl/standard-version.hxx2
2 files changed, 1 insertions, 3 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index ff7344e..b2dc8f7 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -1,8 +1,6 @@
# file : libbutl/buildfile
# license : MIT; see accompanying LICENSE file
-# @@ If/when going back to using mxx{}, make sure to cleanup explicit .mxx.
-#
lib{butl}: {hxx ixx txx cxx}{** -uuid-* +uuid-io \
-win32-utility \
-version \
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.