projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add wrappers to avoid compiling code which will never be used
[wxWidgets.git]
/
include
/
wx
/
dlist.h
diff --git
a/include/wx/dlist.h
b/include/wx/dlist.h
index 0389d830d412696b16150a8423956acf2f779129..b69f617d9bc2075aa28376cdd38f7c2a386a027b 100644
(file)
--- a/
include/wx/dlist.h
+++ b/
include/wx/dlist.h
@@
-1,5
+1,5
@@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
-// Name: dlist.h
+// Name:
wx/
dlist.h
// Purpose: wxDList<T> which is a template version of wxList
// Author: Robert Roebling
// Created: 18.09.2008
// Purpose: wxDList<T> which is a template version of wxList
// Author: Robert Roebling
// Created: 18.09.2008
@@
-13,7
+13,7
@@
#include "wx/defs.h"
#include "wx/utils.h"
#include "wx/defs.h"
#include "wx/utils.h"
-#if wxUSE_ST
L
+#if wxUSE_ST
D_CONTAINERS
#include "wx/beforestd.h"
#include <algorithm>
#include "wx/beforestd.h"
#include <algorithm>
@@
-199,7
+199,7
@@
public:
}
};
}
};
-#else //
STL
+#else //
!wxUSE_STD_CONTAINERS
template <typename T>
class wxDList
template <typename T>
class wxDList
@@
-845,6
+845,6
@@
public:
} */
};
} */
};
-#endif // wxUSE_ST
L/!wxUSE_STL
+#endif // wxUSE_ST
D_CONTAINERS/!wxUSE_STD_CONTAINERS
#endif // _WX_DLIST_H_
#endif // _WX_DLIST_H_