StaticAnalysis (#6)
Some checks failed
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 24s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 24s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Has been cancelled
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Has been cancelled
Bigfoot / Build & Test Release (Unity Build: ON) (push) Has been cancelled
Bigfoot / Clang Format Checks (push) Has been cancelled
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Has been cancelled
Bigfoot / Sonarqube (push) Has been cancelled

Reviewed-on: #6
Co-authored-by: Romain BOULLARD <romain.boullard@protonmail.com>
Co-committed-by: Romain BOULLARD <romain.boullard@protonmail.com>
This commit was merged in pull request #6.
This commit is contained in:
2026-01-30 15:46:40 +00:00
committed by Romain BOULLARD
parent c6b84168d8
commit 6c8979684d
5 changed files with 74 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ class Version
return m_combined;
}
[[nodiscard]] operator std::string() const;
operator std::string() const;
constexpr Version& operator=(const Version& p_version) = default;