forked from boostorg/regex
Make sure std lib is invoked to catch shared lib miss-match.
This commit is contained in:
@ -23,6 +23,7 @@ int main()
|
||||
{
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
UChar32 c = ::u_charFromName(U_UNICODE_CHAR_NAME, "GREEK SMALL LETTER ALPHA", &err);
|
||||
std::cout << (int)c << std::endl;
|
||||
if(err) return err;
|
||||
U_NAMESPACE_QUALIFIER Locale l;
|
||||
boost::scoped_ptr<U_NAMESPACE_QUALIFIER Collator> p_col(U_NAMESPACE_QUALIFIER Collator::createInstance(l, err));
|
||||
|
Reference in New Issue
Block a user