mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
VC2017.3: don't test for wcscpy as VC2017.3 rejects it as "unsafe".
This commit is contained in:
@ -19,7 +19,7 @@ int test()
|
||||
wchar_t c1[2] = { 0 };
|
||||
wchar_t c2[2] = { 0 };
|
||||
if(wcscmp(c1,c2) || wcslen(c1)) return -1;
|
||||
wcscpy(c1,c2);
|
||||
//wcscpy(c1,c2);
|
||||
wcsxfrm(c1,c2,0);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user