]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/config/test/boost_no_cwchar.ipp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / config / test / boost_no_cwchar.ipp
index d1117018d9ed7abde337914bb6dea01e030b8e31..698dbd635c0dcfb0552a0f85301641cfe4a2e510 100644 (file)
@@ -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;
 }