diff options
| author | borman <[email protected]> | 2025-10-27 12:54:04 +0300 |
|---|---|---|
| committer | borman <[email protected]> | 2025-10-27 13:44:56 +0300 |
| commit | 058dc84c54b72daf9e25b9ae090a80ed843d4cd0 (patch) | |
| tree | a1be5260ba66af022cbefe17e84ea1e386e2be8f /contrib/python/ipython/py2 | |
| parent | 0d689db7ec31fdcabf97c3c5b3375253233a55c9 (diff) | |
Avoid constructing ill-formed `std::basic_string_view<const char>`
Since libc++19, only `std::char_traits<char>` is defined: https://github.com/llvm/llvm-project/commit/e30a148b098d462d0267c479cd9e4783363c2761
This makes usage of `std::char_traits<const char>`, `std::char_traits<unsigned char>`, etc invalid.
C++20 deduction guides are now used to infer proper `Char` type; while also avoiding being overly specific with `type_traits`.
commit_hash:c5ffaef9ef1c8b462d2fdf0e080a43d5cd4c4ca7
Diffstat (limited to 'contrib/python/ipython/py2')
0 files changed, 0 insertions, 0 deletions
