Boost logo

Boost :

From: Gordon Smith (schmoo2k_at_[hidden])
Date: 2006-01-12 17:24:16


Now that VS 2005 is out and supports windows mobile devices quite nicley -
can we change visualc.hpp to somthing like this?

...
# if defined(UNDER_CE)
# if _MSC_VER < 1200
// Note: these are so far off, they are not really supported
# elif _MSC_VER < 1300 // eVC++ 4 comes with 1200-1202
# define BOOST_COMPILER_VERSION evc4.0
# error unknown CE compiler
# elif _MSC_VER == 1310 //VC7.1 ok
# elif _MSC_VER == 1400 //VC8.0 better
# else
# error unknown CE compiler
# endif
# else
...


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk