move STDCArray after CArray defs so CStringArray is always
STDCArray-based
This commit is contained in:
@@ -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.) */
|
||||
|
||||
Reference in New Issue
Block a user