mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fixed a comment that looks like a Liquid tag
This commit is contained in:
@@ -4068,7 +4068,7 @@ A class with members that all have default constructors implicitly gets a defaul
|
|||||||
vector v;
|
vector v;
|
||||||
};
|
};
|
||||||
|
|
||||||
X x; // means X{{},{}}; that is the empty string and the empty vector
|
X x; // means X{ {}, {} }; that is the empty string and the empty vector
|
||||||
|
|
||||||
Beware that built-in types are not properly default constructed:
|
Beware that built-in types are not properly default constructed:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user