[all-commits] [llvm/llvm-project] e0864b: [libc++] Fix <charconv> not exporting std::errc (#...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Jun 30 01:06:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0864b56b01696d7d386dfcc9437304282e1c84d
https://github.com/llvm/llvm-project/commit/e0864b56b01696d7d386dfcc9437304282e1c84d
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M libcxx/include/module.modulemap.in
Log Message:
-----------
[libc++] Fix <charconv> not exporting std::errc (#146268)
`<charconv>` doesn't properly export `std::errc` with locales disabled,
which causes the CI to fail. This fixed the modulemap to let
`from_chars_result` export `std::errc`, like it's supposed to do.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list