mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-01 09:02:10 +00:00
c8b893cb77205de761297e48fdcc691fcc6e6e03
It seems that the problem is calling sizeof on a dependent type when the containers have only been used by reference. So by putting in these dummy structures with the containers as members, it helps the compiler instantiate the class to the level where sizeof works. I hope. [SVN r58130]
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%