this post was submitted on 11 Jul 2023
8 points (100.0% liked)

C++

1721 readers
7 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

That vector constructor still requires a default constructor for the class of the object contained by the vector, so it's the same issue but different context.