Re: genreflex ignoring STL container deque

From: Brett Viren <bv_at_bnl.gov>
Date: Wed, 13 Jan 2010 14:40:30 -0500


Roel Aaij <Roel.Aaij_at_cern.ch> writes:

> I think you could add something like:
>
> namespace {
> struct _Instantiations {
> // begin instantiations
> std::deque<double> _i1;
> std::vector<std::deque<double> > _i2;
> // end instantiations
> };
> }
>
> To headers.h file. I think that will solve your problem.

Thanks Roel, indeed that solves the problem!

I guess in the similar case using map<> which worked an instantiation was found by another means.

Thanks again,
-Brett. Received on Wed Jan 13 2010 - 20:40:35 CET

This archive was generated by hypermail 2.2.0 : Wed Jan 13 2010 - 23:50:01 CET