Skip to content

Commit ac5cdcc

Browse files
author
Colin Robertson
authored
Update platform-collections-backinsertiterator-class.md
I believe the `---` was here in error.
1 parent 736c1b7 commit ac5cdcc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/cppcx/platform-collections-backinsertiterator-class.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@ The BackInsertIterator class implements the rules required by the [back_insert_i
5353

5454
**Namespace:** Platform::Collections
5555

56-
---
5756
## <a name="ctor"></a> BackInsertIterator::BackInsertIterator Constructor
5857

5958
Initializes a new instance of the `BackInsertIterator` class.
6059

6160
## Syntax
6261

6362
```
64-
6563
explicit BackInsertIterator(
6664
Windows::Foundation::Collections::IVector<T>^ v);
6765
```
@@ -119,7 +117,6 @@ Returns a reference to the current BackInsertIterator. The iterator is unmodifie
119117
## Syntax
120118

121119
```
122-
123120
BackInsertIterator& operator++();
124121
125122
BackInsertIterator operator++(int);

0 commit comments

Comments
 (0)