We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b30ce commit 0fc9263Copy full SHA for 0fc9263
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -2287,7 +2287,7 @@ private void generateEnumProperty(
2287
constValue.substring(constValue.indexOf(".") + 1));
2288
2289
new Formatter(sb).format("\n" +
2290
- indent + " SBE_NODISCARD %1$s %2$sRaw() const\n" +
+ indent + " SBE_NODISCARD %1$s %2$sRaw() const SBE_NOEXCEPT\n" +
2291
indent + " {\n" +
2292
indent + " return static_cast<%1$s>(%3$s::Value::%4$s);\n" +
2293
indent + " }\n",
0 commit comments