Boost logo

Boost Users :

From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2005-04-18 11:03:51


Sliwa, Przemyslaw (London) wrote:
> Wow, wow, wow,
>
> Guys, this was my private program. I simply did not have access to the private email account from work.
> As you have probably seen the issue was not with the CFXTrade class but rather with the vectro<T> one.

I very much doubt that there's a bug in the std::vector implementation
you're using. More likely CFXTrade doesn't meet the requirements for
vector element types (CopyConstructible and Assignable). But and queue
uses deque by default, and deque imposes the same requirements, so even
if your program works on your current compiler it could break if you use
any other compiler, or a different version, or even different options.
Of course, we can't really tell if you don't post the missing code.

Ben.


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