From 91ec7eb1a27e9d1cc75722fa77f2a77fd0bdbeef Mon Sep 17 00:00:00 2001 From: Martin Fehrs Date: Thu, 1 Feb 2024 20:39:06 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=B6schen=20des=20nicht=20ben=C3=B6tigten=20?= =?UTF-8?q?expliziten=20Standardkopierkonstruktors=20f=C3=BCr=20Einheitens?= =?UTF-8?q?ymbole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/zollstock/unit_symbol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zollstock/unit_symbol.hpp b/include/zollstock/unit_symbol.hpp index 534f0f5..546e3a6 100644 --- a/include/zollstock/unit_symbol.hpp +++ b/include/zollstock/unit_symbol.hpp @@ -36,7 +36,7 @@ namespace zollstock this->data[i] = str[i]; } - constexpr unit_symbol(const unit_symbol& that) noexcept = default; + //constexpr unit_symbol(const unit_symbol& that) noexcept = default; [[nodiscard]] constexpr size_type size() const noexcept {