aboutsummaryrefslogtreecommitdiff
path: root/build/name
diff options
context:
space:
mode:
Diffstat (limited to 'build/name')
-rw-r--r--build/name2
1 files changed, 2 insertions, 0 deletions
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)) {}