mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
https://svn.boost.org/trac10/ticket/2979 description: The description of the metafunction boost::gil::image_is_basic says that it will return mpl::true_ if the image uses a basic view and std::allocator<unsigned char>, however the implementation returns true for any kind images that use any kind of allocator.