diff options
Diffstat (limited to 'libbuild2/types.hxx')
-rw-r--r-- | libbuild2/types.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx index bf412a3..20b10de 100644 --- a/libbuild2/types.hxx +++ b/libbuild2/types.hxx @@ -511,9 +511,9 @@ namespace build2 location_value (const location&); - location_value (location_value&&); + location_value (location_value&&) noexcept; location_value (const location_value&); - location_value& operator= (location_value&&); + location_value& operator= (location_value&&) noexcept; location_value& operator= (const location_value&); }; |