|
Hi, The Aug. 13 snapshot of the loglinearinterpolation.hpp file doesn't
compile with g++ v3 if -pedantic option is used. It does compile with -ansi
so this shouldn't be a big concern. Does anyone have an opinion about using
-pedantic? Thanks, Vadim
This is how to reproduce the failure
c++ -pedantic -DHAVE_CONFIG_H -I. -I. -I../../ql -I../.. -I../.. -g -O2
-c loglinearinterpolation.cpp
where loglinearinterpolation.cpp is just
#include "loglinearinterpolation.hpp"
--------------------------------------------------
DISCLAIMER
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information. If you are not the intended recipient of this
e-mail, you are hereby notified that any dissemination, distribution or
copying of this e-mail, and any attachments thereto, is strictly prohibited.
If you have received this e-mail in error, please immediately notify me and
permanently delete the original and any copy of any e-mail and any printout
thereof.
E-mail transmission cannot be guaranteed to be secure or error-free. The
sender therefore does not accept liability for any errors or omissions in
the contents of this message which arise as a result of e-mail transmission.
NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
Knight Trading Group may, at its discretion, monitor and review the content
of all e-mail communications.
|