문제

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