File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2673,10 +2673,10 @@ private CharSequence generateMessageFlyweightCode(
2673
2673
"%22$s" +
2674
2674
2675
2675
"public:\n " +
2676
- " static const %1$s SBE_BLOCK_LENGTH = %2$s;\n " +
2677
- " static const %3$s SBE_TEMPLATE_ID = %4$s;\n " +
2678
- " static const %5$s SBE_SCHEMA_ID = %6$s;\n " +
2679
- " static const %7$s SBE_SCHEMA_VERSION = %8$s;\n " +
2676
+ " static constexpr %1$s SBE_BLOCK_LENGTH = %2$s;\n " +
2677
+ " static constexpr %3$s SBE_TEMPLATE_ID = %4$s;\n " +
2678
+ " static constexpr %5$s SBE_SCHEMA_ID = %6$s;\n " +
2679
+ " static constexpr %7$s SBE_SCHEMA_VERSION = %8$s;\n " +
2680
2680
" static constexpr const char* SBE_SEMANTIC_VERSION = \" %13$s\" ;\n \n " +
2681
2681
2682
2682
" enum MetaAttribute\n " +
You can’t perform that action at this time.
0 commit comments