Skip to content

Commit 0216351

Browse files
authored
string_viewコンストラクタ : 微修正
1 parent cde470d commit 0216351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/string_view/basic_string_view/op_constructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ template <class It, class End>
2121
constexpr basic_string_view(It begin, End end); // (6) C++20
2222

2323
template <class R>
24-
explicit constexpr basic_string_view(R&& r); // (7) C++23
24+
constexpr explicit basic_string_view(R&& r); // (7) C++23
2525
```
2626
2727
## 概要

0 commit comments

Comments
 (0)