Skip to content

Commit

Permalink
Löschen des nicht benötigten expliziten Standardkopierkonstruktors fü…
Browse files Browse the repository at this point in the history
…r Einheitensymbole
  • Loading branch information
martinfehrs committed Feb 1, 2024
1 parent 537fd7b commit 91ec7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zollstock/unit_symbol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 91ec7eb

Please sign in to comment.