no message

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@41 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
magmaikh 2002-08-24 00:31:37 +00:00
parent b5d2cd3d11
commit 3df4651cd9
22 changed files with 163 additions and 89 deletions

View file

@ -2,6 +2,7 @@
//Generated header: EmptyType.h
//Forwards to the appropriate code
// that works on the detected compiler
//Generated on Thu Aug 22 21:04:30 2002
#ifdef LOKI_USE_REFERENCE
@ -9,12 +10,14 @@
#else
# if (_MSC_VER >= 1300)
# include ".\MSVC\1300\EmptyType.h"
#elif (_MSC_VER >= 1200)
# elif (_MSC_VER >= 1200)
# include ".\MSVC\1200\EmptyType.h"
#elif ( (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 1)) )
# include ".\Reference\EmptyType.h"
#elif (__BORLANDC__)
# elif (__BORLANDC__)
# include ".\Borland\EmptyType.h"
# elif (__MWERKS__)
# include ".\Reference\EmptyType.h"
# elif ( (__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 95)) )
# include ".\Reference\EmptyType.h"
# else
//Define LOKI_USE_REFERENCE and get back to us on the results
# error Compiler not tested with Loki, #define LOKI_USE_REFERENCE