#2979 closed Bugs (duplicate)
boost::gil::image_is_basic does not match description
Reported by: | Owned by: | Mateusz Loskot | |
---|---|---|---|
Milestone: | Boost 1.69 | Component: | gil USE GITHUB |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | image_is_basic gil | Cc: | mateusz@…, Mateusz Loskot |
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)
comment:1 by , 13 years ago
Keywords: | gil added |
---|
comment:2 by , 6 years ago
Cc: | added |
---|
comment:3 by , 5 years ago
Owner: | changed from | to
---|
comment:4 by , 4 years ago
Cc: | added |
---|
comment:5 by , 4 years ago
Milestone: | Boost 1.39.0 → Boost 1.69 |
---|---|
Owner: | changed from | to
comment:6 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing as duplicate of the PR at https://github.com/boostorg/gil/pull/128
Note:
See TracTickets
for help on using tickets.
Fixed by pending pull request https://github.com/boostorg/gil/pull/128