[GIL] interleaved_ptr as part of API?

Hi, I wonder, why the definitions of interleaved_ptr [1] and and interleaved_ref [2] are provided as examples, instead of included as part of the Boost.GIL API? IMO, these make useful general-purpose utility and it could be easily copied into <boost/gil/utilities.hpp>, couldn't it? Or, into official set of Boost.GIL extensions, at least. [1] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ptr.hpp [2] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ref.hpp Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

I wonder, why the definitions of interleaved_ptr [1] and and interleaved_ref [2] are provided as examples, instead of included as part of the Boost.GIL API?
IMO, these make useful general-purpose utility and it could be easily copied into <boost/gil/utilities.hpp>, couldn't it? Or, into official set of Boost.GIL extensions, at least.
[1] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ptr.hpp [2] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ref.hpp
I would suggest to add them to the upcoming toolbox. I'll have a look.
Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

On 9 October 2012 17:10, Christian Henning <chhenning@gmail.com> wrote:
I wonder, why the definitions of interleaved_ptr [1] and and interleaved_ref [2] are provided as examples, instead of included as part of the Boost.GIL API?
IMO, these make useful general-purpose utility and it could be easily copied into <boost/gil/utilities.hpp>, couldn't it? Or, into official set of Boost.GIL extensions, at least.
[1] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ptr.hpp [2] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ref.hpp
I would suggest to add them to the upcoming toolbox. I'll have a look.
Christian, That would be great. Toolbox sounds like the right place for that. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

On 9 October 2012 17:14, Mateusz Loskot <mateusz@loskot.net> wrote:
On 9 October 2012 17:10, Christian Henning <chhenning@gmail.com> wrote:
I wonder, why the definitions of interleaved_ptr [1] and and interleaved_ref [2] are provided as examples, instead of included as part of the Boost.GIL API?
IMO, these make useful general-purpose utility and it could be easily copied into <boost/gil/utilities.hpp>, couldn't it? Or, into official set of Boost.GIL extensions, at least.
[1] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ptr.hpp [2] http://www.boost.org/doc/libs/release/libs/gil/example/interleaved_ref.hpp
I would suggest to add them to the upcoming toolbox. I'll have a look.
Christian,
That would be great. Toolbox sounds like the right place for that.
Due to recently discovered issues [1], inclusion of the interleaved_ptr will be postponed, I guess. http://thread.gmane.org/gmane.comp.lib.boost.devel/234991 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Christian Henning
-
Mateusz Loskot