[libcxx-commits] [libcxx] WIP - [libc++][strings] P2591R5: Concatenation of strings and string views (PR #88389)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 11 06:14:36 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 dc39028906ba4196c3ba544c43ef6b428cf47c51...2d606f402e34d446322c44598ada051c14fa6057 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-04-11 13:10:50.000000 +0000
+++ generate_feature_test_macro_components.py 2024-04-11 13:14:11.443577 +0000
@@ -1200,11 +1200,11 @@
{
"name": "__cpp_lib_string_view",
"values": {
"c++17": 201606,
"c++20": 201803,
- "c++26": 202403, # P2591R5: Concatenation of strings and string views
+ "c++26": 202403, # P2591R5: Concatenation of strings and string views
},
"headers": ["string", "string_view"],
},
{
"name": "__cpp_lib_submdspan",
``````````
</details>
https://github.com/llvm/llvm-project/pull/88389
More information about the libcxx-commits
mailing list