(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

@@ -1257,6 +1257,9 @@
<ClInclude Include="..\src\core\smallmatrix_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>
<ClInclude Include="..\src\core\smallstack_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>
<ClInclude Include="..\src\core\smallvec_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>