Removed useless "using namespace Loki;".

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@447 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
lfittl 2006-01-07 03:24:10 +00:00
parent 898b1a5312
commit e06a92ea87

View file

@ -29,10 +29,6 @@
#include <iostream>
#endif
using namespace Loki;
namespace Loki
{
@ -1224,6 +1220,9 @@ bool SmallObjAllocator::IsCorrupt( void ) const
////////////////////////////////////////////////////////////////////////////////
// $Log$
// Revision 1.24 2006/01/07 03:24:10 lfittl
// Removed useless "using namespace Loki;".
//
// Revision 1.23 2006/01/05 17:21:12 syntheticpp
// add msvc8 project files
//