$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [GIL] Raw C pointer from any_image
From: Germán Diago (germandiago_at_[hidden])
Date: 2009-01-21 15:45:59
>typedef boost::mpl::vector<gray8_image_t, rgb8_image_t> my_img_types;
I think that line should be like this (I'm not sure):
typedef boost::mpl::vector<gray8_image_t, rgb8_image_t>::type my_img_types;
Try it, but I'm not really sure.