Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate getAndRemoveFromVector in PointerVector
- Included "DeprecationUtils.h" in PointerVector.h for deprecation support. - Added deprecation notice to getAndRemoveFromVector within the pcpp namespace, advising the use of getAndDetach for memory safety.
- Loading branch information