2002-08-15 02:38:19 +00:00
|
|
|
//////////////////////////////////
|
|
|
|
//Generated header: AssocVector.h
|
|
|
|
//Forwards to the appropriate code
|
|
|
|
// that works on the detected compiler
|
2002-09-08 22:44:31 +00:00
|
|
|
//Generated on Sun Sep 08 18:42:42 2002
|
2002-08-15 02:38:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifdef LOKI_USE_REFERENCE
|
2002-09-04 02:46:49 +00:00
|
|
|
# include "./Reference/AssocVector.h"
|
2002-08-15 02:38:19 +00:00
|
|
|
#else
|
|
|
|
# if (_MSC_VER >= 1300)
|
2002-09-04 02:46:49 +00:00
|
|
|
# include "./MSVC/1300/AssocVector.h"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (_MSC_VER >= 1200)
|
2002-09-08 22:44:31 +00:00
|
|
|
# include "./MSVC/1200/AssocVector.h"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (__BORLANDC__)
|
2002-09-08 22:44:31 +00:00
|
|
|
# include "./Borland/AssocVector.h"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif (__MWERKS__)
|
2002-09-08 22:44:31 +00:00
|
|
|
# include "./Reference/AssocVector.h"
|
2002-08-24 00:31:37 +00:00
|
|
|
# elif ( (__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 95)) )
|
2002-09-08 22:44:31 +00:00
|
|
|
# include "./Reference/AssocVector.h"
|
2002-08-15 02:38:19 +00:00
|
|
|
# else
|
|
|
|
//Define LOKI_USE_REFERENCE and get back to us on the results
|
|
|
|
# error Compiler not tested with Loki, #define LOKI_USE_REFERENCE
|
|
|
|
# endif
|
|
|
|
#endif
|