PcapPlusPlus
PcapPlusPlus copied to clipboard
Replaced IPNetwork's raw pointer usage with smart pointers.
Main points of this PR are the replacement of raw pointers, new and delete calls in IPNetwork with usages of std::unique_ptr<T> and a backported implementation of std::make_unique.
Also, just asking, is it desirable for internal detail namespaces to be documented in the public API documentation?
Also, just asking, is it desirable for internal
detailnamespaces to be documented in the public API documentation?
yes, we should document everything.