Skip to content

Commit 42e70fe

Browse files
authored
Merge pull request MicrosoftDocs#3969 from europeanplaice/fix
Remove duplicated typedef in `array-class-stl.md`
2 parents d5c950b + 6e0a819 commit 42e70fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/standard-library/array-class-stl.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ The copy constructor `array(const array& right)` initializes the controlled sequ
114114
typedef std::array<int, 4> Myarray;
115115
int main()
116116
{
117-
typedef std::array<int, 4> Myarray;
118-
119117
Myarray c0 = { 0, 1, 2, 3 };
120118
121119
// display contents " 0 1 2 3"

0 commit comments

Comments
 (0)