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 132a2e3 commit b24219bCopy full SHA for b24219b
include/rapidjson/encodings.h
@@ -695,10 +695,10 @@ template<bool CodePointValidation = true>
695
class ValidatableEncoder {
696
public:
697
template<typename TEncoding, typename OutputStream>
698
- static RAPIDJSON_FORCEINLINE bool Encode(OutputStream &os, unsigned codepoint);
+ static bool Encode(OutputStream &os, unsigned codepoint);
699
700
701
- static RAPIDJSON_FORCEINLINE bool EncodeUnsafe(OutputStream &os, unsigned codepoint);
+ static bool EncodeUnsafe(OutputStream &os, unsigned codepoint);
702
};
703
704
// By default, reader will validate code point and generate parse error.
0 commit comments