satng / curlpp

Automatically exported from code.google.com/p/curlpp
0 stars 0 forks source link

change raw pointers in interface and implementation to smart pointers #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Make lib easier and safer by changing raw pointers in interface and
implementation to some smart pointer. Preferably it should be unique_ptr
from TR1 as auto_ptr is broken and will be depreciated.

Original issue reported on code.google.com by p.dobrog...@gmail.com on 9 Dec 2008 at 3:24