mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 03:41:30 +00:00
Merge branch 'master' of https://github.com/leethomason/tinyxml2
This commit is contained in:
commit
67abded7f7
@ -349,8 +349,9 @@ public:
|
||||
name, _maxAllocs, _maxAllocs*SIZE/1024, _currentAllocs, SIZE, _nAllocs, _blockPtrs.Size() );
|
||||
}
|
||||
|
||||
enum { COUNT = 1024/SIZE }; // Some compilers do not accept to use COUNT in private part if COUNT is private
|
||||
|
||||
private:
|
||||
enum { COUNT = 1024/SIZE };
|
||||
union Chunk {
|
||||
Chunk* next;
|
||||
char mem[SIZE];
|
||||
|
Loading…
x
Reference in New Issue
Block a user