Add further error checking to UTF-8 decoding.

Fixes #7744.

[SVN r81614]
This commit is contained in:
John Maddock
2012-11-28 17:57:26 +00:00
parent 82610247fc
commit bc8cd9e148
3 changed files with 29 additions and 4 deletions

View File

@ -124,8 +124,8 @@ test-suite regex
../build//boost_regex
]
[ run unicode/unicode_iterator_test.cpp ../build//boost_regex : : : <define>TEST_UTF8 : unicode_iterator_test_utf8 ]
[ run unicode/unicode_iterator_test.cpp ../build//boost_regex : : : <define>TEST_UTF16 : unicode_iterator_test_utf16 ]
[ run unicode/unicode_iterator_test.cpp ../build//boost_regex : : : release <define>TEST_UTF8 : unicode_iterator_test_utf8 ]
[ run unicode/unicode_iterator_test.cpp ../build//boost_regex : : : release <define>TEST_UTF16 : unicode_iterator_test_utf16 ]
[ run static_mutex/static_mutex_test.cpp
../../thread/build//boost_thread ../build//boost_regex
]