Colin Snover f037d4df16 COMMON: Allow construction of Arrays of non-copyable members
Although the previous count-constructor would never make a copy of
a member at runtime, Array<T>::reserve *may* copy-construct, so
the compiler would forbid creation of arrays of NonCopyable objects
even when the array was created only once and then never resized
(and thus never actually tried to perform a copy-construction).
2017-10-06 22:10:50 -05:00
..
2016-08-24 16:07:55 +06:00
2017-01-09 09:22:35 +01:00
2016-11-29 20:15:20 +01:00
2015-02-01 10:35:23 +01:00
2016-09-03 12:46:38 +02:00
2016-12-04 15:21:37 +01:00
2016-12-04 15:21:37 +01:00
2016-08-29 17:52:36 +02:00
2016-08-29 17:52:36 +02:00
2017-01-08 13:20:23 -06:00
2014-12-07 17:49:55 +02:00
2016-07-10 16:39:35 -04:00
2016-10-09 15:02:02 +02:00
2016-08-04 15:14:06 +06:00