///////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. ///////////////////////////////////////////////////////////////////////////// #include "EASTLTest.h" #include #include template int TestCharTraits() { int nErrorCount = 0; return nErrorCount; } int TestCharTraits() { using namespace eastl; int nErrorCount = 0; nErrorCount += TestCharTraits(); nErrorCount += TestCharTraits(); nErrorCount += TestCharTraits(); nErrorCount += TestCharTraits(); return nErrorCount; }