Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed
IPNetwork
copy assignment implementation to copy-and-swap. (#…
…1681) * Changed `IPNetwork` copy assignment implementation to copy-and-swap the internal network. This change fixes use of memory after being freed in case of self-assignment and provides a strong exception guarantee. * Removed the temporary variable.
- Loading branch information