[DEV] add a todo

This commit is contained in:
Edouard DUPIN 2015-02-12 21:02:51 +01:00
parent e79daa2062
commit 2441e2c31a

View File

@ -390,6 +390,8 @@ namespace etk {
template <class TYPE> bool from_string(TYPE& _variableRet, const std::string& _value);
template <class TYPE> bool from_string(TYPE& _variableRet, const std::u32string& _value);
// TODO : Change this in :
// TODO : template <typename TYPE> TYPE string_to<TYPE>(const std::u32string& _value); ==> check exceptions ...
long double string_to_long_double(const std::string& _str);
long double string_to_long_double(const std::u32string& _str);