My unit tests fail after upgrading boost to 1.49. Same time place:

Stack:

msvcr100d.dll!_initerm
dynamic initializer for Foo::ourTempFolder

where ourTempFolder is a static class variable of boost::filesystem::path.

Null location is in:

anonymous namespace::convert_aux() which the comment says converting const char* to wstring

I have switched back to 1.48, rebuilt solution, everything fine. Upgrade to 1.49, rebuilt, same problem.

Using Windows7 64 bit Visual Studio 2010 with SP1

有帮助吗?

解决方案

This has a bug report filed already.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top