From c6c224a78715d5e2c532fe318325fbca8e70e701 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Dec 2022 20:00:08 +0300 Subject: Add noexcept to move constructors and move assignment operators --- libbutl/b.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/b.cxx') diff --git a/libbutl/b.cxx b/libbutl/b.cxx index 3d78803..0b4472f 100644 --- a/libbutl/b.cxx +++ b/libbutl/b.cxx @@ -83,6 +83,8 @@ namespace butl string spec ("info("); + // Note that quoting is essential here. + // for (size_t i (0); i != projects.size(); ++i) { if (i != 0) -- cgit v1.1