wxWidgets/include
Vadim Zeitlin b445166012 Define std::swap() correctly for wxUniCharRef.
The default implementation doesn't work for this reference-like class, and
this breaks not only swap() itself (see #14694), but also any algorithms using
it, such as std::reverse().

Fix this by providing our own specialization which does work correctly.

Closes #16234.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-07 13:09:40 +00:00
..
msvc/wx avoid referencing xml and html libs when they are not enabled 2014-04-30 17:08:50 +00:00
wx Define std::swap() correctly for wxUniCharRef. 2014-05-07 13:09:40 +00:00