Use template class instead of template function in wxVectorSort().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Apr 2010 17:38:01 +0000 (17:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Apr 2010 17:38:01 +0000 (17:38 +0000)
commitd8eff331e23435d9d8d6483a40f6fd9997a13f87
tree9d24100040b6e6aa5bc046cb9627936ea4c29744
parent5caf524dff950e9c312f32788b09d701b3b4f3ca
Use template class instead of template function in wxVectorSort().

This allows the code to compile with VC6 which has trouble with explicit
specification of the template functions instantiation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/vector.h