|
From: marcelloptr <mar...@gm...> - 2013-08-17 00:54:51
|
You're right was forgotten I looked around http://stackoverflow.com/questions/8679473/error-c2679-binary-no-operator-found-which-takes-a-right-hand-operand-of On QuantLib 1.3 only three files need this fix: ql\patterns\observable.hpp ql\currency.cpp ql\errors.cpp and they all include ql\errors.hpp so my proposed fix is to add in ql\errors.hpp and it works. Cheers, Marcello -- View this message in context: http://quantlib.10058.n7.nabble.com/quantlib-Bugs-3588371-with-fix-error-C2679-no-operator-with-stlp-std-string-tp13596p14498.html Sent from the quantlib-dev mailing list archive at Nabble.com. |