Added spaces to distinguish from Liquid output tag

This commit is contained in:
Andrew Pardoe
2015-12-12 16:32:38 -08:00
parent bee42a8329
commit b0ea200a06

View File

@@ -4069,7 +4069,7 @@ A class with members that all have default constructors implicitly gets a defaul
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: