diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:14:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-28 16:14:30 +0200 |
commit | fc1e4124a533b7f628dc00d343b9061367634b27 (patch) | |
tree | f2bdf45f35a6c92b6094517dcdb7749259c0bd0a /build/name | |
parent | 56ce5687567150b0b2cc3e57540d564793ef6bf7 (diff) |
Second iteration over import/export support
Diffstat (limited to 'build/name')
-rw-r--r-- | build/name | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ namespace build // struct name { + name () = default; + explicit name (std::string v): value (std::move (v)) {} |