fix str_to_float SFINAE

This commit is contained in:
bolero-MURAKAMI 2012-04-16 12:00:20 +09:00
parent 907bced466
commit 686d1bf67a
2 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@
#include <cstddef>
#include <cstdlib>
#include <limits>
#include <type_traits>
#include <sprout/config.hpp>
#include <sprout/iterator/operation.hpp>
#include <sprout/ctype/ascii.hpp>