We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 688acf7 + dcce964 commit 6583e8bCopy full SHA for 6583e8b
include/boost/gil/io/typedefs.hpp
@@ -31,8 +31,8 @@ using byte_vector_t = std::vector<byte_t>;
31
32
namespace std {
33
34
-template<> struct is_floating_point<gil::float32_t> : std::true_type {};
35
-template<> struct is_floating_point<gil::float64_t> : std::true_type {};
+template<> struct is_floating_point<::boost::gil::float32_t> : std::true_type {};
+template<> struct is_floating_point<::boost::gil::float64_t> : std::true_type {};
36
37
} // namespace boost
38
0 commit comments