mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-07 03:41:37 +01:00
This should silence gcc warnings about deprecated implicit copy assignment operator because of the explicitly defined copy constructor. Also, changed constructor definitions to be defaulted when possible and added missing includes. Closes https://github.com/boostorg/iterator/pull/69.