Skip to content

Commit 27addbb

Browse files
author
mikeblome
committed
fixed bug in MyStore example
1 parent 3e6ef31 commit 27addbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp-conformance-improvements-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In Visual Studio 2015, the compiler erroneously treated copy-list-initialization
8787

8888
```cpp
8989
// From http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1228
90-
struct MyList {
90+
struct MyStore {
9191
explicit MyStore(int initialCapacity);
9292
};
9393

0 commit comments

Comments
 (0)