diff --git a/include/boost/gil/metafunctions.hpp b/include/boost/gil/metafunctions.hpp index ee446778f..8e5fa5632 100644 --- a/include/boost/gil/metafunctions.hpp +++ b/include/boost/gil/metafunctions.hpp @@ -115,7 +115,7 @@ template struct view_is_basic : public mpl::false_ {}; template struct view_is_basic > : public locator_is_basic {}; /// \ingroup GILIsBasic -/// \brief Basic images must use basic views and std::allocator of char +/// \brief Basic images must use basic views and std::allocator template struct image_is_basic : public mpl::false_ {}; template struct image_is_basic > : public mpl::true_ {};