Re: [patch] implement std::experimental::any

2014-06-14 Thread Jonathan Wakely
On 10/06/14 14:44 +0100, Jonathan Wakely wrote: This patch implements std::experimental::any from the Fundamentals TS, including small-object optimisation, uses-allocator construction and partial support for -fno-rtti (I should probably disable the allocator-extended constructors when RTTI is dis

[patch] implement std::experimental::any

2014-06-10 Thread Jonathan Wakely
This patch implements std::experimental::any from the Fundamentals TS, including small-object optimisation, uses-allocator construction and partial support for -fno-rtti (I should probably disable the allocator-extended constructors when RTTI is disabled, or any_cast doesn't work). The allocator-