5 Apr
2018
5 Apr
'18
4:25 p.m.
On 5 April 2018 at 16:11, Thorsten Ottosen via Boost-users
It's the fact that one of the merged changes was to inherit privately from the clone_allocator which in turn forbids the use of final classes as clone_allocator types.
Oh, that's something I haven't thought about. There are quite a few places in boost where inheritance from generic types is used, presumably they've all got the same problem. I'm not sure if there's a good way to handle this.