gcc -pedantic correction
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@188 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
2c8ae86eee
commit
ad1de6274f
1 changed files with 4 additions and 1 deletions
|
@ -591,7 +591,7 @@ void SmallObjAllocator::Deallocate( void * p, std::size_t numBytes )
|
|||
assert( found );
|
||||
}
|
||||
|
||||
}; // end namespace Loki
|
||||
} // end namespace Loki
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Change log:
|
||||
|
@ -604,6 +604,9 @@ void SmallObjAllocator::Deallocate( void * p, std::size_t numBytes )
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// $Log$
|
||||
// Revision 1.3 2005/07/28 07:02:58 syntheticpp
|
||||
// gcc -pedantic correction
|
||||
//
|
||||
// Revision 1.2 2005/07/20 08:44:19 syntheticpp
|
||||
// move MSVC
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue