Fix incorrect copy constructions in ConcurrentHashMap
Summary: [Folly] Fix incorrect copy constructions in `ConcurrentHashMap`, where the `ConstIterator` is move-only but the code attempts to copy it. Reviewed By: magedm Differential Revision: D8678003 fbshipit-source-id: 89d47b811fb27ecbbd42cae03a2af13becd0082a
Showing
Please register or sign in to comment