From 63d2400a2c1cff42a8e3ea3d8b4c77b862c82bc7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Sep 2017 00:14:37 +0200 Subject: Undo modularization hacks for VC --- libbutl/target-triplet.mxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbutl/target-triplet.mxx') diff --git a/libbutl/target-triplet.mxx b/libbutl/target-triplet.mxx index 9445aba..0b2c40a 100644 --- a/libbutl/target-triplet.mxx +++ b/libbutl/target-triplet.mxx @@ -145,8 +145,7 @@ LIBBUTL_MODEXPORT namespace butl explicit target_triplet (const std::string&); - //target_triplet () = default; - target_triplet () {} //@@ MOD (VC ICE) + target_triplet () = default; }; inline bool -- cgit v1.1