Hi everybody,
it would be extremely helpful if some of you could build and run our unit tests on the 3.3 branch with MSVC compilers. Basically all you need to do is:
cd eigen3.3
hg up 3.3
mkdir build
cd build
cmake ..
ctest -C Release -D Experimental
thanks for your help,
gael
PS: For the long story, I used to have continuous builds with MSVC but all my VMs have been deleted by an error of our sysadmin, and I struggle to recreate them.