
30 Mar
2012
30 Mar
'12
12:47 p.m.
I am currently porting some code to the VC11 compiler beta, and as part of that process I ran the unit tests on the libraries I use and noticed some failures in Boost.Locale under VC11 that are not present under VC10. Ones of the tests (test_winapi_collate) actually crashes (showing the WER dialog etc). Logs for comparison (tests were run on trunk): http://dl.dropbox.com/u/74751/cpp/boost/logs/locale-test-vc10-20120330-2143.... http://dl.dropbox.com/u/74751/cpp/boost/logs/locale-test-vc11-20120330-2143.... Has anyone else observed this or is it a configuration issue on my end?