mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-16 01:42:17 +00:00
12545204389934fda53ded13f31597564f8209d2
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%