mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-02 16:51:39 +01:00
3508ceaa582c97c50add1753cb3c6ad973bd72bd
I'd put the iterators in their own namespace so that they wouldn't pick up functions in detail via ADL, but I forgot that their template parameters would cause that to happen anyway. The simplest way to fix that for now is just to stuff the problematic functions into a sub-namespace, so that they're no longer exposed. [SVN r85280]
Description
Languages
C++
98.7%
Python
0.7%
CMake
0.5%