16 Mar
2016
16 Mar
'16
10:58 p.m.
On 03/15/2016 11:29 PM, Glen Fernandes wrote:
1. Your other examples won't compile (e.g. your benchmark.cpp), as you have found out, with these changes, for the obvious reason(s) - e.g. requiring allocator to provide construct/destroy (which a conforming allocator does not have to do in C++11 and above).
All the examples work fine now.