From 4fa6821e0645ff61a9380cd090abff472205c630 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 17:16:22 +0100 Subject: add clang-tidy support --- nihil.ucl/object.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/object.ccm') diff --git a/nihil.ucl/object.ccm b/nihil.ucl/object.ccm index dffb54e..9a7eaf7 100644 --- a/nihil.ucl/object.ccm +++ b/nihil.ucl/object.ccm @@ -49,7 +49,7 @@ export struct object { // Copyable. // Note that this copies the entire UCL object. - object(object const &other) noexcept; + object(object const &other); auto operator=(this object &self, object const &other) -> object &; // Increase the refcount of this object. -- cgit v1.2.3