diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-29 17:16:22 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-29 17:16:22 +0100 |
| commit | 4fa6821e0645ff61a9380cd090abff472205c630 (patch) | |
| tree | bd95f13b2dc0bd9692681f50c365d2914a520bfe /nihil.ucl/object.ccm | |
| parent | e5180acf5f2dfac788e8c12886095ed1ac66fae5 (diff) | |
| download | nihil-4fa6821e0645ff61a9380cd090abff472205c630.tar.gz nihil-4fa6821e0645ff61a9380cd090abff472205c630.tar.bz2 | |
add clang-tidy support
Diffstat (limited to 'nihil.ucl/object.ccm')
| -rw-r--r-- | nihil.ucl/object.ccm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
