Skip to content

Commit 3efe3c5

Browse files
authored
Merge pull request MicrosoftDocs#4338 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 5e4a478 + 42e70fe commit 3efe3c5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)