use C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 22:57:13 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 22:57:13 +0000 (22:57 +0000)
commit48e4ba4f828a12a805b8e7206ea211d79bc587e9
tree3c3017ad0521d5752a3f08a1d00b5ba1b0cad6de
parente5a573a28b2f14a4c6669cf03294302d4a9baa63
use C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't accept C linkage functions here

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