boost::gil::image_is_basic does not match 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.
Change History
(7)
| Owner: |
changed from Hailin Jin to Stefan Seefeld
|
| Milestone: |
Boost 1.39.0 → Boost 1.69
|
| Owner: |
changed from Stefan Seefeld to Mateusz Loskot
|
| Resolution: |
→ duplicate
|
| Status: |
new → closed
|
Fixed by pending pull request https://github.com/boostorg/gil/pull/128