Skip to content

Commit ec04c50

Browse files
wdconincCopilot
andauthored
fix: add default operator==
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 526272b commit ec04c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EDM4eicVersion.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ namespace edm4eic::version {
4242
uint16_t minor{0};
4343
uint16_t patch{0};
4444

45+
bool operator==(const Version&) const = default;
4546
auto operator<=>(const Version&) const = default;
4647

4748
friend std::ostream& operator<<(std::ostream&, const Version& v);

0 commit comments

Comments
 (0)