Disable wstring unit test on ICPC
Fixes: error 913: invalid multibyte character sequence
This commit is contained in:
parent
d113f118ce
commit
c86929a87d
@ -32,6 +32,8 @@ SOFTWARE.
|
|||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
using nlohmann::json;
|
using nlohmann::json;
|
||||||
|
|
||||||
|
// ICPC errors out on multibyte character sequences in source files
|
||||||
|
#ifndef __INTEL_COMPILER
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
bool wstring_is_utf16();
|
bool wstring_is_utf16();
|
||||||
@ -115,3 +117,4 @@ TEST_CASE("wide strings")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user