From fc1e4124a533b7f628dc00d343b9061367634b27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Apr 2015 16:14:30 +0200 Subject: Second iteration over import/export support --- build/name | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/name') diff --git a/build/name b/build/name index b0fd6cb..0af944a 100644 --- a/build/name +++ b/build/name @@ -24,6 +24,8 @@ namespace build // struct name { + name () = default; + explicit name (std::string v): value (std::move (v)) {} -- cgit v1.1