remove dependency on <codecvt>

This header seems to have errors in some environments.
It has been deprecated by the C++ committe.
For these reasons, we'll rely solely on Ron Garcia's code convert facet for utf.
This commit is contained in:
Robert Ramey
2017-10-17 10:55:47 -07:00
parent 40314f94df
commit 64dc620992
9 changed files with 58 additions and 50 deletions

View File

@@ -147,11 +147,7 @@ if ! $(BOOST_ARCHIVE_LIST) {
[ test-bsl-run test_iterators ]
[ test-bsl-run test_iterators_base64 ]
[ test-bsl-run test_smart_cast ]
[ test-bsl-run test_codecvt_null
: ../src/codecvt_null
:
: [ requires std_wstreambuf ]
]
[ test-bsl-run test_codecvt_null ]
#[ test-bsl-run test_z ]