added a compile time assert to prevent wxArray from compiling when sizeof(long) ...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2002 18:04:36 +0000 (18:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2002 18:04:36 +0000 (18:04 +0000)
commitacf88ae62167d8d4b832b867ba24341ef8467ab9
treee576d07e9cdee27039772e1840282b68445dafe5
parent854a4cc38a173a27f30d52d77f1886b929d73037
added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dynarray.cpp