Extern :
- C3d aggiornamento delle librerie.
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <io_define.h>
|
||||
|
||||
#ifdef __DEBUG_MEMORY_ALLOCATE_FREE_ // \ru после sys_defs.h !!! \en after sys_defs.h !!!
|
||||
#include <typeinfo.h>
|
||||
#endif // __DEBUG_MEMORY_ALLOCATE_FREE_
|
||||
|
||||
|
||||
FORVARD_DECL_TEMPLATE_TYPENAME( class LiSArray );
|
||||
FORVARD_DECL_TEMPLATE_TYPENAME( void set_array_size( LiSArray<Type> &, size_t newSize ) );
|
||||
@@ -249,7 +245,7 @@ void set_array_size( LiSArray<Type> & arr, size_t newSize )
|
||||
// \ru !!! здесь count не изменяется!!! \en !!! 'count' is not changed!!
|
||||
|
||||
#ifdef __REALLOC_ARRAYS_STATISTIC_
|
||||
::ReallocArrayStatistic( oldParr, oldUpper * sizeof(Type), arr.parr, newUpper * sizeof(Type), 3/*LiSArray*/ );
|
||||
REALLOC_ARRAY_STATISTICS( oldParr, oldUpper * sizeof(Type), arr.parr, newUpper * sizeof(Type), 3/*LiSArray*/ );
|
||||
#endif // __REALLOC_ARRAYS_STATISTIC_
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user