|
From: Mark j. <mar...@gm...> - 2009-11-25 03:03:03
|
OK i did a batch build under x64 after updating this morning. Everything seems to build ok. I did not do full builds with the static libraries because i never got round to getting the x64 static boost libraries. There were two main warnings: one coming from the sequence statistics class that i fixed with a static_cast. The other is ..\..\ql/experimental/math/fastfouriertransform.hpp(60) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) I didn't feel like messing with this one. There are various warnings in the test-suite that do not look serious but would take some time to look into properly. They are generally casts from size to real which give loss of data warnings. best mark |