Files
wxWidgets/include/wx
Vadim Zeitlin 9e714fdb5e Fix wxVector::assign() for integer parameters
Using assign() with int (in fact, any integral type) should select the
(size_type count, const T& value) overload, but didn't, which was
incompatible with std::vector<>.

Fix this by adding the same tag-dispatching technique as used by the
real std::vector<> implementations themselves, except that we dispatch
on integer types because we can't be totally certain that
std::iterator_traits<> are specialized for whatever iterator-like object
could be used with wxVector.
2017-11-19 22:08:54 +01:00
..
2017-09-10 01:02:06 +02:00
2017-09-10 01:02:06 +02:00
2016-09-25 13:21:28 -07:00
2017-11-12 09:33:37 -08:00
2016-09-25 13:21:28 -07:00
2016-04-12 17:15:23 +02:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2017-07-04 13:15:14 -06:00
2016-09-25 13:21:28 -07:00
2016-09-16 22:04:54 +02:00
2016-09-25 13:21:28 -07:00
2017-10-17 09:21:03 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2017-10-01 10:03:48 -07:00
2016-09-25 13:21:28 -07:00
2017-05-08 09:49:00 -04:00
2017-07-16 15:03:22 +02:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2017-10-08 10:38:54 +02:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2016-09-25 13:21:28 -07:00
2017-06-21 22:51:57 +04:00
2016-04-12 17:15:23 +02:00
2017-06-24 22:01:15 +02:00
2017-10-27 20:13:04 +02:00
2016-04-12 17:15:23 +02:00