aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.hxx')
-rw-r--r--bdep/sync.hxx2
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;