move STDCArray after CArray defs so CStringArray is always

STDCArray-based
This commit is contained in:
Glenn Maynard
2002-10-24 08:38:53 +00:00
parent 738617a01b
commit 272197a252
+3 -2
View File
@@ -46,8 +46,6 @@ using namespace std;
#endif
#include <dinput.h>
#include "STDCarray.h"
#if 0
#include "StdString.h"
@@ -90,6 +88,9 @@ inline const T& min(const T &a, const T &b, P Pr)
#endif
#include "STDCarray.h"
#define CStringArray StdCArray<CString,CString>
/* Include this here to make sure our assertion handler is always
* used. (This file is a dependency of most everything anyway,
* so there's no real problem putting it here.) */