Re: example code
Posted by Luigi Ballabio-4 on
URL: http://quantlib.414.s1.nabble.com/example-code-tp2090p2095.html
At 1:25 PM -0500 6/23/02, Kris . wrote:
>i recently got the latest version of STLPort 4.0 and went back
>to my quantlib install , to do some sanity tests i tried
>compiling and got the following errors.
>
>I would appreciate any pointers.
The errors are due to workarounds we had to put in the code because
of nasty practices in Visual Studio's implementation of the STL---and
of course, the workaround leads to errors with a well-behaved
implementation. Argh.
Anyway, it shouldn't be extremely hard to fix with a little help from you.
Namely, can you check how one can determine whether one's using STLPort?
Is there any #define one can test for?
Bye for now,
Luigi