Re: [v3 PATCH] Initial implementation of std::any.

2016-07-06 Thread Jonathan Wakely
On 07/07/16 00:57 +0300, Ville Voutilainen wrote: Tested on Linux-x64. 2016-07-07 Ville Voutilainen Implement std::any. This is not yet a C++17-conforming implementation, but just a copy of std::experimental::any with the proper namespace and C++17 flagging. Proper conformance to C+

[v3 PATCH] Initial implementation of std::any.

2016-07-06 Thread Ville Voutilainen
Tested on Linux-x64. 2016-07-07 Ville Voutilainen Implement std::any. This is not yet a C++17-conforming implementation, but just a copy of std::experimental::any with the proper namespace and C++17 flagging. Proper conformance to C++17 will follow. * include/Makefile.am: Add a