Re: genreflex ignoring STL container deque

From: Roel Aaij <Roel.Aaij_at_cern.ch>
Date: Wed, 13 Jan 2010 18:37:11 +0100


Hi Brett,

>> I cannot reproduce that problem. Do you instantiate the templates?

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.

Greetz, Roel Received on Wed Jan 13 2010 - 18:37:24 CET

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