git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@761 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-10-17 20:48:18 +00:00
parent a35442b5d1
commit da502b99be
11 changed files with 1 additions and 267 deletions

View file

@ -324,50 +324,3 @@ int main()
// ----------------------------------------------------------------------------
// $Log$
// Revision 1.20 2006/01/25 18:07:40 rich_sposato
// Changed values for template parameters used to make SmallObject allocator.
//
// Revision 1.19 2006/01/19 23:11:57 lfittl
// - Disabled -Weffc++ flag, fixing these warnings produces too much useless code
// - Enabled -pedantic, -Wold-style-cast and -Wundef for src/ and test/
//
// Revision 1.18 2006/01/05 09:55:09 syntheticpp
// assert, include path, and virtual ~ patches by Lukas Fittl
//
// Revision 1.17 2006/01/04 23:54:30 syntheticpp
// remove system(PAUSE) for gcc, Thanks to Lukas Fittl
//
// Revision 1.16 2005/12/08 22:23:33 rich_sposato
// Added checks for whether loki's allocator is corrupted.
//
// Revision 1.15 2005/11/02 01:46:04 rich_sposato
// Added explanatory comment about why class has no new [] and delete []
// operators. Removed other comment which is now useless.
//
// Revision 1.14 2005/10/30 14:33:33 syntheticpp
// test correct also when boost is disabled
//
// Revision 1.13 2005/10/30 14:03:23 syntheticpp
// replace tabs space
//
// Revision 1.12 2005/10/29 12:38:22 syntheticpp
// replace with new implementation
//
// Revision 1.11 2005/10/29 10:21:46 syntheticpp
// find loki include files without a correct sreach pathand some small fixes
//
// Revision 1.10 2005/10/27 19:10:32 syntheticpp
// gcc fix
//
// Revision 1.9 2005/10/26 23:30:06 syntheticpp
// make object size more flexible
//
// Revision 1.8 2005/10/26 00:41:00 rich_sposato
// Added comparison to boost::pool memory allocator.
//
// Revision 1.7 2005/10/14 18:35:06 rich_sposato
// Added cvs keywords.
//