Fixed a comment that looks like a Liquid tag

This commit is contained in:
Andrew Pardoe
2015-12-13 12:04:04 -08:00
parent 73915ab827
commit 1356a6d046

View File

@@ -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: