[Quickfix-developers] FieldConvertors.h for VC build
Brought to you by:
orenmnero
From: Yihu F. <Yih...@re...> - 2004-08-18 00:08:14
|
Hi, =20 I am not sure that anyone has similar problems of building the current CVS with the new FieldConvertors.h using Microsoft VC6/VC7.=20 =20 It complains the std::numeric_limits and many more. =20 QuickFIX\quickfix\src\C++\FieldConvertors.h(138): error C2039: 'numeric_limits' : is not a member of 'std' =20 The solution I have is to include <limits> and add check and undef the macro "max" and "min". =20 Is there any performance test as well as unit test of the new FieldConvertors.h on Windows? =20 Thanks. =20 -Yihu ----------------------------------------------------------------- Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. |