V1 #2

Merged
rboullard merged 65 commits from V1 into Development 2026-03-29 09:30:59 +00:00
Showing only changes of commit 9f32d230d5 - Show all commits

View File

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