Opened 13 years ago

Closed 4 years ago

Last modified 4 years ago

#2979 closed Bugs (duplicate)

boost::gil::image_is_basic does not match description

Reported by: carlos.rocha@… 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 anonymous, 13 years ago

Keywords: gil added

comment:2 by Mateusz Loskot, 6 years ago

Cc: mateusz@… added

comment:3 by Stefan Seefeld, 5 years ago

Owner: changed from Hailin Jin to Stefan Seefeld

comment:4 by Mateusz Loskot, 4 years ago

Cc: Mateusz Loskot added

comment:5 by Mateusz Loskot, 4 years ago

Milestone: Boost 1.39.0Boost 1.69
Owner: changed from Stefan Seefeld to Mateusz Loskot

Fixed by pending pull request https://github.com/boostorg/gil/pull/128

comment:6 by Mateusz Loskot, 4 years ago

Resolution: duplicate
Status: newclosed

Closing as duplicate of the PR at ​https://github.com/boostorg/gil/pull/128

comment:7 by Mateusz Loskot, 4 years ago

Note: See TracTickets for help on using tickets.