From ec70a874827fc39500ff93f5aa5089059464bc41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Sep 2017 00:15:06 +0200 Subject: Undo modularization hacks for Clang that seem to be no longer necessary --- libbutl/process.ixx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libbutl/process.ixx') diff --git a/libbutl/process.ixx b/libbutl/process.ixx index c355855..fb076cf 100644 --- a/libbutl/process.ixx +++ b/libbutl/process.ixx @@ -40,14 +40,8 @@ namespace butl *args0_ = initial; initial = p.initial; - -#if defined(__cpp_modules) && defined(__clang__) //@@ MOD Clang ICE - recall = p.recall; - effect = p.effect; -#else recall = std::move (p.recall); effect = std::move (p.effect); -#endif args0_ = p.args0_; p.args0_ = nullptr; -- cgit v1.1