forked from boostorg/config
Merge branch 'develop'
This commit is contained in:
@@ -19,7 +19,7 @@ int test()
|
|||||||
wchar_t c1[2] = { 0 };
|
wchar_t c1[2] = { 0 };
|
||||||
wchar_t c2[2] = { 0 };
|
wchar_t c2[2] = { 0 };
|
||||||
if(wcscmp(c1,c2) || wcslen(c1)) return -1;
|
if(wcscmp(c1,c2) || wcslen(c1)) return -1;
|
||||||
wcscpy(c1,c2);
|
//wcscpy(c1,c2);
|
||||||
wcsxfrm(c1,c2,0);
|
wcsxfrm(c1,c2,0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@@ -6,6 +6,8 @@
|
|||||||
// See http://www.boost.org/libs/config for the most recent version.//
|
// See http://www.boost.org/libs/config for the most recent version.//
|
||||||
// Revision $Id$
|
// Revision $Id$
|
||||||
//
|
//
|
||||||
|
// We include this as it contains some workarounds we may need (like a declaration for ::gets to get clang building):
|
||||||
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
# include "../test/boost_has_int128.ipp"
|
# include "../test/boost_has_int128.ipp"
|
||||||
# include "../test/boost_no_constexpr.ipp"
|
# include "../test/boost_no_constexpr.ipp"
|
||||||
|
Reference in New Issue
Block a user