Question

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

Was it helpful?

Solution

This has a bug report filed already.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top