Skip to content

Commit

Permalink
Disable including codecvt in tests as many libraries does not support…
Browse files Browse the repository at this point in the history
… it yet.
  • Loading branch information
miloyip committed Feb 7, 2016
1 parent 43b63b1 commit 67945ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unittest/istreamwrappertest.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 67945ef

Please sign in to comment.