FIX: MinGW no expose functions in std::
This commit is contained in:
parent
221e9f6624
commit
f7f8db5337
@ -61,6 +61,13 @@ namespace std
|
||||
*pos = (std::size_t)(end - sptr);
|
||||
return ((int)result);
|
||||
}
|
||||
using ::strtof;
|
||||
using ::strtold;
|
||||
using ::wcstold;
|
||||
using ::strtoll;
|
||||
using ::wcstoll;
|
||||
using ::strtoull;
|
||||
using ::wcstoull;
|
||||
|
||||
float stof(const std::string& str, std::size_t * pos)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user