Commit 67945ef7 authored by Milo Yip's avatar Milo Yip

Disable including codecvt in tests as many libraries does not support it yet.

parent 43b63b11
......@@ -138,7 +138,8 @@ TEST(IStreamWrapper, fstream) {
}
// wifstream/wfstream only works on C++11 with codecvt_utf16
#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
// But many C++11 library still not have it.
#if 0
#include <codecvt>
TEST(IStreamWrapper, wifstream) {
......
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