Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 255 Bytes

7.44.md

File metadata and controls

1 lines (1 loc) · 255 Bytes

It is illegal, the constructor of vector taken a single number will call the default constructor of elements to value initialze its elements, but the class of the elements NoDefault does not have a default constructor, thus the code will not compile.