On Mon, Jun 17, 2013 at 08:37:18PM +0400, Sergey Cheban wrote:
On 17.06.2013 20:25, Niall Douglas wrote:
We can work around the lack of variadic templates, and therefore support vanilla VS2012 if peer review demands it. Of course VS2012 won't make binaries which can run on Windows XP :( so maybe VS2010 support will also be demanded by peer review. If it is, we'll do what is required to meet VS2010. JFYI: the VS2012 Update 1 can build binaries which can run on WinXP. You just need to specify the v110_xp toolset in the project options.
Specifying this a bit closer: VS2012 RTM can't. VS2012 Update 1 can. VS2012 Update 2 can build ones that break if ATL is used, so not really. VS2012 Update 3 RC2 can. Not that this helps overly much, as Boost doesn't support toolset selection and you have to manually override %CL%, %INCLUDE%, %LIB% and more. -- Lars Viklund | zao@acc.umu.se