]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/stack.h
Add a simple wxStack<> template class based on wxVector<>.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:34 +0000 (12:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:46:34 +0000 (12:46 +0000)
commitb1bf7dc722e2dba0632bd15bb407ae9d0a584ba5
treef84b260bc0cb2d8b1d30adefbf70197be77f79d7
parent7067a74dd94d0a92aba013652b3bc2ec66837595
Add a simple wxStack<> template class based on wxVector<>.

This is still simpler than std::stack<> which can be used with any container
and not just wxVector<> but better than the WX_DECLARE_STACK() macro which was
all that we had before.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/stack.h
interface/wx/stack.h [new file with mode: 0644]
src/msw/graphics.cpp