(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation time and binary size

This commit is contained in:
smatz
2008-12-26 13:50:46 +00:00
parent 4ced1d3e9f
commit bd92143e7b
6 changed files with 121 additions and 11 deletions

View File

@@ -1707,6 +1707,10 @@
RelativePath=".\..\src\core\random_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallmap_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallvec_type.hpp"
>

View File

@@ -1704,6 +1704,10 @@
RelativePath=".\..\src\core\random_func.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallmap_type.hpp"
>
</File>
<File
RelativePath=".\..\src\core\smallvec_type.hpp"
>