mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-21 15:22:15 +00:00
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:
@@ -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 ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user