We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc950f commit df2734cCopy full SHA for df2734c
1 file changed
src/cpp/encoding/Encodings.cpp
@@ -687,7 +687,7 @@ String cpp::encoding::Utf16::decode(const cpp::marshal::View<uint8_t>& buffer)
687
#endif
688
}
689
690
-char32_t cpp::encoding::Utf16::codepoint(const cpp::marshal::View<uint8_t>& buffer)
+inline char32_t cpp::encoding::Utf16::codepoint(const cpp::marshal::View<uint8_t>& buffer)
691
{
692
auto first = static_cast<char16_t>(Marshal::readUInt16(buffer));
693
0 commit comments