Przeglądaj źródła

Workaround codegear ICE.

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]
Daniel James 16 lat temu
rodzic
commit
bf816cb4ed
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      libs/unordered

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit a1252fcc0e86617fb5ae8183cf31e1edb47e3ee1
+Subproject commit c8b893cb77205de761297e48fdcc691fcc6e6e03

粤ICP备19079148号