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 d953eba commit 0e550fdCopy full SHA for 0e550fd
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -291,7 +291,7 @@ private static void generateGroupClassHeader(
291
indent + " return %2$d;\n" +
292
indent + " }\n\n" +
293
294
- indent + " SBE_NODISCARD std::uint64_t sbePosition() const\n" +
+ indent + " SBE_NODISCARD std::uint64_t sbePosition() const SBE_NOEXCEPT\n" +
295
indent + " {\n" +
296
indent + " return *m_positionPtr;\n" +
297
0 commit comments