Home
last modified time | relevance | path

Searched refs:lexical_true_str (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DOptionsDB.cpp818 static auto lexical_true_str = boost::lexical_cast<std::string>(true); in SetFromXMLRecursive() local
819 option.value = static_cast<bool>(elem.Text() == lexical_true_str); in SetFromXMLRecursive()