wxWidgets/tests/vectors
Vadim Zeitlin f7d9098f1f Fix building wxVector unit tests in STL build without C++11
There is no shrink_to_fit() in wxVector in this case.

Arguably, we shouldn't be building wxVector unit tests in STL build at
all as there is no point in testing the standard class, but OTOH it
could be useful for checking that the tests themselves are correct, so
keep them for now.
2017-11-21 14:44:06 +01:00
..
vectors.cpp Fix building wxVector unit tests in STL build without C++11 2017-11-21 14:44:06 +01:00