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 eb01fb2 commit 34ac31bCopy full SHA for 34ac31b
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -2264,7 +2264,7 @@ private void generateEnumProperty(
2264
else
2265
{
2266
new Formatter(sb).format("\n" +
2267
- indent + " SBE_NODISCARD %1$s::Value %2$s() const SBE_NOEXCEPT\n" +
+ indent + " SBE_NODISCARD %1$s::Value %2$s() const\n" +
2268
indent + " {\n" +
2269
"%3$s" +
2270
indent + " %5$s val;\n" +
0 commit comments