Providing an explicit default value disables aggregate initialisation

This commit is contained in:
Crzyrndm 2018-06-25 21:35:02 +12:00
parent 49bd0c8fb4
commit fa19d8fccc

View File

@ -38,7 +38,7 @@ struct rich_text_run
{ {
std::string first; std::string first;
optional<font> second; optional<font> second;
bool preserve_space = false; bool preserve_space;
bool operator==(const rich_text_run &other) const; bool operator==(const rich_text_run &other) const;