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/buildfile | 2 -- libbutl/standard-version.hxx | 2 +- 2 files changed, 1 insertion(+), 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. -- cgit v1.1