diff --git a/include/boost/gil/pixel.hpp b/include/boost/gil/pixel.hpp index cf448fbc9..4d3e42bbf 100644 --- a/include/boost/gil/pixel.hpp +++ b/include/boost/gil/pixel.hpp @@ -47,6 +47,8 @@ template struct is_planar; template struct color_space_type : public color_space_type {}; template struct channel_mapping_type : public channel_mapping_type {}; template struct channel_type : public channel_type {}; + +template struct is_planar : mpl::false_ {}; template struct is_planar : public is_planar {};