From 3b1ce034f9bb01b6c6f4e1a74884f89ef07a9b44 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Feb 2018 10:50:13 +0200 Subject: Minor modules-related workarounds for VC 15.6 --- libbutl/target-triplet.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/target-triplet.mxx') diff --git a/libbutl/target-triplet.mxx b/libbutl/target-triplet.mxx index 39a62d0..2f13db0 100644 --- a/libbutl/target-triplet.mxx +++ b/libbutl/target-triplet.mxx @@ -147,7 +147,7 @@ LIBBUTL_MODEXPORT namespace butl explicit target_triplet (const std::string&); - target_triplet () = default; + target_triplet () {} // = default; @@ MOD VC }; inline bool -- cgit v1.1