Skip to content

Commit

Permalink
Added constexpr in static c++ semanticVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
renanleonellocastro committed Mar 7, 2023
1 parent b45406c commit 1a52247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ private CharSequence generateMessageFlyweightCode(final String className, final
" static const %3$s SBE_TEMPLATE_ID = %4$s;\n" +
" static const %5$s SBE_SCHEMA_ID = %6$s;\n" +
" static const %7$s SBE_SCHEMA_VERSION = %8$s;\n" +
" static const std::string SBE_SEMANTIC_VERSION = \"%13$s\";\n\n" +
" static constexpr const char* SBE_SEMANTIC_VERSION = \"%13$s\";\n\n" +

" enum MetaAttribute\n" +
" {\n" +
Expand Down

0 comments on commit 1a52247

Please sign in to comment.