Tag Archives: bug

Assert depending on the order of object files during linking

What a ridiculous condition?!? Is it possible? Unfortunately yes… An assert statement was triggered in a C++ program depending on the order of object files during linking. It happened to me with Boost.serialization in version 1.44 and GCC v4.4.1 (Linux). … Continue reading

Posted in C++ | Tagged , , , , | 1 Comment