mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-16 13:52:14 +00:00
c8bacbcb001414e8a9c7c73f2512f81f5e20f397
Expanding a lot of the call to the implementation methods. While working on some recent changes, I felt the call chains in error messages were too long, this reduces that a little. It also should make debugging a tad easier and I think it makes the methods a little more informative, as you can see what they're doing without hunting around the implementation file. Also reduces the number of symbols when compiling, although I'm not sure if that will make much of a difference. Does make the code a little long, and duplicated, but I don't think it's particularly harmful.
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%