FormatChecks (#2)
All checks were successful
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 25s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 25s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 25s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 25s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 20s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 18s
Bigfoot / Clang Format Checks (push) Successful in 10s

Reviewed-on: #2
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 #2.
This commit is contained in:
2026-01-28 16:41:08 +00:00
committed by Romain BOULLARD
parent 6cd9801ef7
commit e78d648178
7 changed files with 148 additions and 56 deletions

View File

@@ -1 +1 @@
// to delete when an actual source is in Engine
// to delete when an actual source is in Engine

View File

@@ -37,11 +37,8 @@ class UUID
~UUID() = default;
[[nodiscard]]
operator std::span<const std::byte, UUID_BYTE_SIZE>() const;
[[nodiscard]]
operator std::string() const;
[[nodiscard]]
operator bool() const;
UUID& operator=(const UUID& p_uuid) = default;

View File

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

View File

@@ -1 +1 @@
// to delete when an actual test is in EngineTests
// to delete when an actual test is in EngineTests