Skip to content

Commit 44748e1

Browse files
authored
Remove duplicate insert function declaration
Remove extraneous insert signature
1 parent 4f1cde1 commit 44748e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/standard-library/basic-string-class.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,9 +2959,6 @@ basic_string<CharType, Traits, Allocator>& insert(
29592959
size_type count,
29602960
value_type char_value);
29612961
2962-
iterator insert(
2963-
iterator iter);
2964-
29652962
iterator insert(
29662963
iterator iter,
29672964
value_type char_value);

0 commit comments

Comments
 (0)