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 34ac31b commit 2e4063eCopy full SHA for 2e4063e
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -2251,7 +2251,7 @@ private void generateEnumProperty(
2251
constValue.substring(constValue.indexOf(".") + 1));
2252
2253
new Formatter(sb).format("\n" +
2254
- indent + " SBE_NODISCARD %1$s::Value %2$s() const SBE_NOEXCEPT\n" +
+ indent + " SBE_NODISCARD %1$s::Value %2$s() const\n" +
2255
indent + " {\n" +
2256
"%3$s" +
2257
indent + " return %1$s::Value::%4$s;\n" +
0 commit comments