diff options
-rw-r--r-- | bdep/sync.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/sync.hxx b/bdep/sync.hxx index 4d2ddbd..b025e40 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -24,7 +24,7 @@ namespace bdep synced_configs_guard (optional<string> o): original (move (o)) {} ~synced_configs_guard (); - synced_configs_guard (synced_configs_guard&& r) + synced_configs_guard (synced_configs_guard&& r) noexcept : original (move (r.original)) { r.original = nullopt; |