adding an XCode build project

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@627 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
vizowl 2006-04-07 16:27:11 +00:00
parent f3a60e8c49
commit 5515cd1756
5 changed files with 507 additions and 1 deletions

View file

@ -14,7 +14,7 @@
// ----------------------------------------------------------------------------
#include <loki/StrongPtr.h>
#include <Loki/StrongPtr.h>
#include <iostream>
#include <cassert>
@ -935,6 +935,9 @@ void DoStrongForwardReferenceTest( void )
// ----------------------------------------------------------------------------
// $Log$
// Revision 1.3 2006/04/07 16:27:11 vizowl
// adding an XCode build project
//
// Revision 1.2 2006/04/06 18:19:58 rich_sposato
// Added CVS Log keyword.
//