18 Aug
2009
18 Aug
'09
10:19 p.m.
MeMooMeM wrote:
Here are the details: ================
typedef boost::unordered_map
MyMap; MyMap a; ... ... // (I populate map 'a' here in a loop) ... MyMap b;
b = a; // Segfaults! (also, I do not want to initialize b with a as in MyMap b(a), I want to copy it later in the code.)
You should write a proper testcase and provide your platform, so that people have a chance to reproduce your results.