locale independent util::parse_double
This commit is contained in:
@@ -22,6 +22,7 @@ namespace xml {
|
||||
std::string name;
|
||||
std::string text;
|
||||
public:
|
||||
Attribute() {};
|
||||
Attribute(std::string name, std::string text);
|
||||
|
||||
const std::string& getName() const;
|
||||
|
||||
Reference in New Issue
Block a user