nburns1980
Results
1
comments of
nburns1980
Is it possible to reuse an existing reference-counting scheme instead of creating one? C++11 has std::shared_ptr, and Boost has boost::shared_ptr, which doesn't depend on C++11. Boost has addressed the issue...