QuantLib RTTI
Posted by Ferdinando M. Ametrano-3 on
URL: http://quantlib.414.s1.nabble.com/QuantLib-in-NET-tp3159p3161.html
Hi all
I've added different RTTI error messages for VC 6 and 7:
#ifndef _CPPRTTI
# if (_MSC_VER >= 1300) // VC++ 7.0 (.Net) and later
# error Enable Run-Time Type Info (Property Pages | C/C++ | Language)
# else
# error Enable Run-Time Type Information (Project Settings | C/C++ |
C++ Language)
# endif
#endif
the patch will go into the next QuantLib release.
Hope it helps
ciao -- Nando