aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build-collect.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-12-14 13:35:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-12-14 20:58:13 +0300
commite6de36e1f9447c33447703b102146e0354ea6828 (patch)
tree87ba340d8aae1468b8dd8100574ba5cc49b23965 /bpkg/pkg-build-collect.cxx
parent254593cf0b8386b9c1ee189c19d8221f7de201f1 (diff)
Add noexcept to move constructors and move assignment operators
Diffstat (limited to 'bpkg/pkg-build-collect.cxx')
-rw-r--r--bpkg/pkg-build-collect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-build-collect.cxx b/bpkg/pkg-build-collect.cxx
index 244267b..12db3ba 100644
--- a/bpkg/pkg-build-collect.cxx
+++ b/bpkg/pkg-build-collect.cxx
@@ -978,7 +978,7 @@ namespace bpkg
}
build_packages& build_packages::
- operator= (build_packages&& v)
+ operator= (build_packages&& v) noexcept (false)
{
clear ();