2002-09-16 01:58:52 +00:00
|
|
|
/////////////////////////////
|
|
|
|
// Generated header: Tuple.h
|
|
|
|
// Forwards to the appropriate code
|
2002-08-15 02:38:19 +00:00
|
|
|
// that works on the detected compiler
|
2002-10-06 03:05:21 +00:00
|
|
|
// Generated on Mon Sep 30 23:14:48 2002
|
2002-09-16 01:58:52 +00:00
|
|
|
/////////////////////////////
|
2001-11-21 07:28:56 +00:00
|
|
|
|
2002-08-15 02:38:19 +00:00
|
|
|
#ifdef LOKI_USE_REFERENCE
|
2002-09-16 01:58:52 +00:00
|
|
|
# include "Reference/Tuple.h"
|
2002-08-15 02:38:19 +00:00
|
|
|
#else
|
2002-09-16 01:58:52 +00:00
|
|
|
# if (__INTEL_COMPILER)
|
|
|
|
# include "Reference/Tuple.h"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (__MWERKS__)
|
2002-09-16 01:58:52 +00:00
|
|
|
# include "Reference/Tuple.h"
|
|
|
|
# elif (__BORLANDC__ >= 0x560)
|
|
|
|
# include "Borland/Tuple.h"
|
|
|
|
# elif (_MSC_VER >= 1300)
|
|
|
|
# include "MSVC/1300/Tuple.h"
|
|
|
|
# elif (_MSC_VER >= 1200)
|
|
|
|
# include "MSVC/1200/Tuple.h"
|
2002-08-15 02:38:19 +00:00
|
|
|
# else
|
2002-09-16 01:58:52 +00:00
|
|
|
# include "Reference/Tuple.h"
|
2002-08-15 02:38:19 +00:00
|
|
|
# endif
|
|
|
|
#endif
|