Disable including codecvt in tests as many libraries does not support it yet.
This commit is contained in:
parent
43b63b1100
commit
67945ef727
@ -138,7 +138,8 @@ TEST(IStreamWrapper, fstream) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// wifstream/wfstream only works on C++11 with codecvt_utf16
|
// 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>
|
#include <codecvt>
|
||||||
|
|
||||||
TEST(IStreamWrapper, wifstream) {
|
TEST(IStreamWrapper, wifstream) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user