cleaned up the arrays declaration macros and added a new SORTED_ARRAY_CMP family...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2002 20:12:24 +0000 (20:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2002 20:12:24 +0000 (20:12 +0000)
commit1a931653f856e08fec7aa1e455a5a13fad311eb2
tree1327f07cef9d6dbaa50dfb7eea08723d58e99855
parentcfb20656e1b054776251676ffeb88ec15b7b0d85
cleaned up the arrays declaration macros and added a new SORTED_ARRAY_CMP family; added tests for them to the console sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/arrimpl.cpp
include/wx/dynarray.h
samples/console/console.cpp