From 67945ef727ee61ef319f81f3508c54c036d9453e Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Sun, 7 Feb 2016 22:40:21 +0800 Subject: [PATCH] Disable including codecvt in tests as many libraries does not support it yet. --- test/unittest/istreamwrappertest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unittest/istreamwrappertest.cpp b/test/unittest/istreamwrappertest.cpp index 4b7c803..942365b 100644 --- a/test/unittest/istreamwrappertest.cpp +++ b/test/unittest/istreamwrappertest.cpp @@ -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 TEST(IStreamWrapper, wifstream) {