1
0
forked from mirrors/0ad

cleanup (requires update-workspaces):

major refactor of wfilesystem - remove gotos and workaround for FAT file
times
replace more round_up of constants with Align<>
remove old unused allocators (STL aligned, matrix, some shared_ptr)
move allocator utils into separate headers.
remove lockfree, wterminal
avoid testing __cplusplus

This was SVN commit r9361.
This commit is contained in:
janwas
2011-04-30 12:34:28 +00:00
parent 188c020ae0
commit 6c915291cc
45 changed files with 530 additions and 2831 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include "precompiled.h"
#include "lib/allocators/shared_ptr.h"
#include "lib/allocators/allocators.h" // AllocatorChecker
#include "lib/allocators/allocator_checker.h"
#ifndef NDEBUG