(svn r25888) -Codechange: Add a smallstack type.

This commit is contained in:
fonsinchen
2013-10-20 13:45:50 +00:00
parent 85fc5fbedf
commit f9d371bcd3
5 changed files with 13 additions and 0 deletions

View File

@@ -676,6 +676,7 @@
<ClInclude Include="..\src\core\random_func.hpp" />
<ClInclude Include="..\src\core\smallmap_type.hpp" />
<ClInclude Include="..\src\core\smallmatrix_type.hpp" />
<ClInclude Include="..\src\core\smallstack_type.hpp" />
<ClInclude Include="..\src\core\smallvec_type.hpp" />
<ClInclude Include="..\src\core\sort_func.hpp" />
<ClInclude Include="..\src\core\string_compare_type.hpp" />