Boost logo

Boost Users :

From: Anders Wang Kristensen (awk_at_[hidden])
Date: 2007-07-05 19:57:57


Hi,

I'm trying to serialize a class using two functions located in different
DLLs.

I can serialize fine by calling one function, but when I call the second it
triggers
an assertion in extended_type_info.cpp:

        // make sure that attempt at registration is done only once
        assert(lookup(eti) == m_self->m_map.end());

Apparently the class is registered twice, but how do I avoid that?

-- Anders


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