Skip to content

Commit

Permalink
string_viewコンストラクタ : 微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Mar 2, 2023
1 parent cde470d commit 0216351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/string_view/basic_string_view/op_constructor.md
Expand Up @@ -21,7 +21,7 @@ template <class It, class End>
constexpr basic_string_view(It begin, End end); // (6) C++20

template <class R>
explicit constexpr basic_string_view(R&& r); // (7) C++23
constexpr explicit basic_string_view(R&& r); // (7) C++23
```
## 概要
Expand Down

0 comments on commit 0216351

Please sign in to comment.