wxWidgets/include
Vadim Zeitlin 0cc70962a1 Made wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead
of a simple typedef to "Node *" to be able to initialize it with NULL in ctor
which makes the behaviour of the code with and without wxUSE_STL the same.


The price to pay is that the code like

	wxList:compatibility_iterator ci;
	ci = cond ? list->GetFirst() : wxList::compatibility_iterator();

doesn't compile any more and has to be replaced with (more clear anyhow)

	wxList:compatibility_iterator ci;
	if ( cond )
		ci = list->GetFirst();


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-03-21 14:05:11 +00:00
..
msvc/wx #if wxUSE_DEBUGREPORT seems Ok 2005-10-04 08:08:11 +00:00
wx Made wxList::compatibility_iterator a class in wxUSE_STL == 0 case too instead 2006-03-21 14:05:11 +00:00
.cvsignore
wx_cw_d.pch
wx_cw_d.pch++
wx_cw.pch
wx_cw.pch++
wx_cwc_d.pch
wx_cwc_d.pch++
wx_cwc.pch
wx_cwc.pch++
wx_cwcocoa_d.pch
wx_cwcocoa_d.pch++
wx_cwcocoa_d.pchmm
wx_cwcocoa.pch
wx_cwcocoa.pch++
wx_cwcocoa.pchmm
wx_cwu_d.pch
wx_cwu_d.pch++
wx_pb.h
wxshlb_cw_d.pch
wxshlb_cw_d.pch++
wxshlb_cw.pch
wxshlb_cw.pch++
wxshlb_cwc_d.pch
wxshlb_cwc_d.pch++
wxshlb_cwc.pch fixing CW 8 builds for all targets 2005-04-19 10:06:30 +00:00
wxshlb_cwc.pch++ fixing CW 8 builds for all targets 2005-04-19 10:06:30 +00:00
wxshlba_cw_d.pch
wxshlba_cw_d.pch++
wxshlba_cw.pch
wxshlba_cw.pch++
wxshlba_cwc_d.pch
wxshlba_cwc_d.pch++
wxshlba_cwc.pch
wxshlba_cwc.pch++