locale independent util::parse_double
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef DELEGATES_H_
|
||||
#define DELEGATES_H_
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
typedef std::function<void()> runnable;
|
||||
typedef std::function<void(const std::string&)> stringconsumer;
|
||||
|
||||
#endif // DELEGATES_H_
|
||||
Reference in New Issue
Block a user