Skip to content

Commit

Permalink
basic_string::append : コメントアウトが外れていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Apr 17, 2023
1 parent b240dfd commit 5eaa8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/string/basic_string/append.md
Expand Up @@ -54,12 +54,12 @@ template<class T>
basic_string&
append(const T& t,
size_type pos,
size_type n = npos); / (9) C++17
size_type n = npos); // (9) C++17
template<class T>
constexpr basic_string&
append(const T& t,
size_type pos,
size_type n = npos); / (9) C++20
size_type n = npos); // (9) C++20
```
* initializer_list[link /reference/initializer_list/initializer_list.md]
Expand Down

0 comments on commit 5eaa8ee

Please sign in to comment.