Commit 7899a3c1 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

encodings.h: fix typo in preprocessor condition (closes #494)

parent a1c4f325
......@@ -618,7 +618,7 @@ struct Transcoder<Encoding, Encoding> {
RAPIDJSON_NAMESPACE_END
#if defined(__GNUC__) || defined(_MSV_VER)
#if defined(__GNUC__) || defined(_MSC_VER)
RAPIDJSON_DIAG_POP
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment