
Joaquín Mª López Muñoz wrote:
* The "speedsnail" regression runner has some peculiarities: 1. It builds the tests in release mode (although it gives no indication of this in the toolset names used) This seems to cause problems with some facilities from Boost.Test.
I thought we agreed that release mode runners would all use new names, so as not to confuse matters?
3. Boost.Regex fails to build because it refers to a seemingly nonexsistent function stdext::unchecked_equal: my hunch is that this is also related to the fact builds are in release mode, but this should be investigated. Again, this cascades to dozens of errors.
This is a weird one: it builds just fine for me in both release and debug builds. Is there some other define or build-setting going on here? John.