Boost logo

Boost Users :

From: Manuel Jung (gzahl_at_[hidden])
Date: 2007-02-25 05:42:41


Hi,

After a working version with std::queue's im now back to
multi_index_container. And new try new idea! I found out something:

This "#define" block
-------cut--------
#if !defined(NDEBUG)
#define BOOST_MULTI_INDEX_ENABLE_INVARIANT_CHECKING
#define BOOST_MULTI_INDEX_ENABLE_SAFE_MODE
#endif
-------cut--------
was before all my #include's up to now. And if the "SAFE_MODE" was enabled i
was getting SEGFAULTs. But now i dropped this blocked after all my includes
in the header file or even in the main implemantation file and dont get the
errors anymore!

I hope this helps/makes any sense to you?

Greetings
Manuel Jung


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net