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

This commit is contained in:
Milo Yip 2016-02-07 22:40:21 +08:00
parent 43b63b1100
commit 67945ef727

View File

@ -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) {