9 Mar
2013
9 Mar
'13
9:01 p.m.
El 07/03/2013 23:16, Eric Niebler escribió:
I think if the unique_ptr in interprocess doesn't depend on the rest of interprocess, or can be easily made stand-alone, then it should just be moved into smart_ptr. I don't want the smart_ptr library to depend on interprocess. That would be weird. Interprocess can then #include unique_ptr and import it into its namespace with a using directive for back compat.
I absolutely agree. I just can't find time to put unique_ptr into SmartPtr. I think it might have some missing points so we might have to complete it a bit. Best, Ion