Closed psycharo-zz closed 11 years ago
switch to shared_ptr when storing messages to eliminate copying. Might also be worth it to use some kind of copy-on-write idioms.
shared_ptr
no support for this in VC compiler
switch to
shared_ptr
when storing messages to eliminate copying. Might also be worth it to use some kind of copy-on-write idioms.