
28 Jun
2010
28 Jun
'10
11:29 p.m.
This static library is linked to two dynamic libraries. For example, dll_a.dll and dll_b.dll. When I try to load those dlls in my application (via LoadLibrary), I get assert in void_cast.cpp (225):
std::pair<void_cast_detail::set_type::const_iterator, bool> result; result = s.insert(this); assert(result.second);
Is it by design? Or I missed something?
I am using boost v1.43 and VS 10 on Windows 7.
I believe this is addressed in 1.44
Robert Ramey
Thank you in advance.
Alex
Hello Robert, I tried to build boost serialize from trunk, but it seems the problem still exist. Is it suppose to be fixed in trunk? Or should I wait for 1.44 beta or stable release? Thank you, Alex