[serialization] bug in basic_iarchive.cpp

7 May
2004
7 May
'04
10:56 p.m.
I noticed a typo in the assignment operator for the cobject_id class in libs/serialization/src/basic_iarchive.cpp class cobject_id { public: cobject_id & operator=(const cobject_id & rhs){ bis_ptr = rhs.bis_ptr; bisp_ptr = rhs.bisp_ptr; file_version = rhs.file_version; tracking_level = rhs.tracking_level; ==> initialized = initialized; // [line 101] return *this; } ......... }; This could perhaps be part of the bug/problems Martin Ecker had(?). // Fredrik Blomqvist
7709
Age (days ago)
7709
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fredrik Blomqvist