Compare commits

..

2 Commits

Author SHA1 Message Date
82d02ce940 Merge branch 'V1' of https://git.romainboullard.com/rboullard/Bin2CPP into V1
Some checks failed
Bigfoot / Build & Test Debug (push) Successful in 1m16s
Bigfoot / Build & Test RelWithDebInfo (push) Successful in 1m10s
Bigfoot / Build & Test Release (push) Successful in 38s
Bigfoot / Clang Format Checks (push) Failing after 9s
2026-02-19 17:54:59 +01:00
94c7617cc9 ODR 2026-02-19 17:54:54 +01:00

View File

@@ -11,7 +11,7 @@
namespace {{NAMESPACE}} {
constexpr {{ARRAY_TYPE}}<std::byte, {{ARRAY_SIZE}}> {{ARRAY_NAME}} = {
inline constexpr {{ARRAY_TYPE}}<std::byte, {{ARRAY_SIZE}}> {{ARRAY_NAME}} = {
{{DATA}}
};