(svn r22112) -Codechange: register all pools in a pool vector

This commit is contained in:
smatz
2011-02-19 18:23:45 +00:00
parent 68bc93f950
commit 5fd13843f7
7 changed files with 86 additions and 2 deletions

View File

@@ -619,6 +619,7 @@
<ClInclude Include="..\src\core\math_func.hpp" />
<ClInclude Include="..\src\core\mem_func.hpp" />
<ClInclude Include="..\src\core\overflowsafe_type.hpp" />
<ClCompile Include="..\src\core\pool_func.cpp" />
<ClInclude Include="..\src\core\pool_func.hpp" />
<ClInclude Include="..\src\core\pool_type.hpp" />
<ClCompile Include="..\src\core\random_func.cpp" />