Skip to content

Commit 6cc4af9

Browse files
committed
initializer_list_constructor.cpp: move to lkmc
1 parent 4d1df26 commit 6cc4af9

File tree

2 files changed

+1
-100
lines changed

2 files changed

+1
-100
lines changed

cpp/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@
3535
1. [explicit](explicit.cpp)
3636
1. [class](class.cpp)
3737
1. Constructor
38-
1. [Most vexing parse](most_vexing_parse.cpp)
3938
1. [Delegating constructor](delegating_constructor.cpp)
4039
1. [Implicitly defined functions](implicitly_defined.cpp)
4140
1. [Implicitly deleted constructor](implicitly_deleted_constructor.cpp)
4241
1. [Constructor init object member](constructor_init_object_member.cpp)
43-
1. [Initializer list constructor](initializer_list_constructor.cpp)
44-
1. [Aggregate](aggregate.cpp)
42+
1. [Aggregate](aggregate.cpp)
4543
1. [static](static.cpp)
4644
1. [Static constructor for private members](static_constructor_private.cpp)
4745
1. [POD](pod.cpp)

cpp/initializer_list_constructor.cpp

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)