j
k
j a
j l
Phil Endecott wrote:
I think we discussed this before. My preferred approach is flat_set S; { flat_set::batch b(S); b.insert(xxx); b.insert(yyy); } // b's dtor does the merge
I think we discussed this before. My preferred approach is
flat_set S; { flat_set::batch b(S); b.insert(xxx); b.insert(yyy); } // b's dtor does the merge
What do you do when b.insert(yyy) throws?
Back to the thread
Back to the list