Commit Graph

5 Commits

Author SHA1 Message Date
Fedor Osetrov 35d8af6ce2 fix ci: turn on import std tests, fix libc++ build (#96)
This PR:
- enables tests with `import std` usage in CI
- add all tests to build with cmake_subdir_test (because there was only a subset of tests supported)
- fixes tests build with `libc++`
- disables some tests with wchar_t with 'libc++'
2026-04-24 18:03:48 +03:00
Antony Polukhin 184f7e43f0 Update copyright years 2026-01-04 11:10:09 +03:00
Antony Polukhin 1c89e3a56c Update copyright years 2025-01-05 19:41:20 +03:00
Antony Polukhin ff2f0496b0 Fixed conversion of std::basic_string_view and boost::basic_string_view containing one or more \0 characters.
Issue was introduced in 1.85.0
2024-07-07 20:08:13 +03:00
Antony Polukhin 31e0fcde67 Optimizations for std::basic_string_view ans boost::basic_string_view (ref https://github.com/boostorg/lexical_cast/issues/30) (#70) 2024-01-26 20:16:50 +03:00