[libcxx-commits] [libcxx] [libc++] Mark P2845R8 `__cpp_lib_format_path` and P2587R3 `__cpp_lib_to_string` as C++26 (PR #93255)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 23 16:36:55 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 9ce8e63ceb447f7c2a0e92595466ed13a5acac48...22a05f9ebda3f218335695f41e95c22b9d7a43d8 libcxx/utils/generate_feature_test_macro_components.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- generate_feature_test_macro_components.py 2024-05-23 23:23:03.000000 +0000
+++ generate_feature_test_macro_components.py 2024-05-23 23:36:31.267126 +0000
@@ -513,11 +513,11 @@
"headers": ["format"],
"unimplemented": True,
},
{
"name": "__cpp_lib_format_path",
- "values": {"c++26": 202403}, # P2845R8: Formatting of std::filesystem::path
+ "values": {"c++26": 202403}, # P2845R8: Formatting of std::filesystem::path
"headers": ["filesystem"],
"unimplemented": True,
},
{
"name": "__cpp_lib_format_ranges",
``````````
</details>
https://github.com/llvm/llvm-project/pull/93255
More information about the libcxx-commits
mailing list