[ODE] ODE and the STL

Bram Stolk bram at sara.nl
Mon Dec 25 01:39:10 MST 2006


On Sun, 2006-12-24 at 20:02 +0000, David Walters wrote:

> However it relies on STL list, vector and algorithm which create a new
> dependency on STL.

Personally, I think this is bad.
I like STL, but its place is in the high level app, not in the lib.

A list is trivially coded in C++, a vector is a bit trickier, depending
on how you use the vector in your app.

  Bram




More information about the ODE mailing list