Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net