Skip to content

Commit 6583e8b

Browse files
authored
Merge pull request #764 from ckormanyos/issue763
Propose repair for issue 763
2 parents 688acf7 + dcce964 commit 6583e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/gil/io/typedefs.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ using byte_vector_t = std::vector<byte_t>;
3131

3232
namespace std {
3333

34-
template<> struct is_floating_point<gil::float32_t> : std::true_type {};
35-
template<> struct is_floating_point<gil::float64_t> : std::true_type {};
34+
template<> struct is_floating_point<::boost::gil::float32_t> : std::true_type {};
35+
template<> struct is_floating_point<::boost::gil::float64_t> : std::true_type {};
3636

3737
} // namespace boost
3838

0 commit comments

Comments
 (0)