Skip to content

Commit bfbdeca

Browse files
committed
[c++] Add SBE_NOEXCEPT to bufferLength accessor method after merge.
1 parent 0ff5e17 commit bfbdeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ private static CharSequence generateFixedFlyweightCode(final String className, f
13001300
" {\n" +
13011301
" return m_buffer;\n" +
13021302
" }\n\n" +
1303-
" std::uint64_t bufferLength() const\n" +
1303+
" std::uint64_t bufferLength() const SBE_NOEXCEPT\n" +
13041304
" {\n" +
13051305
" return m_bufferLength;\n" +
13061306
" }\n\n",

0 commit comments

Comments
 (0)