[v3 PATCH] Initial implementation of std::any.
Jonathan Wakely
jwakely@redhat.com
Wed Jul 6 22:28:00 GMT 2016
On 07/07/16 00:57 +0300, Ville Voutilainen wrote:
>Tested on Linux-x64.
>
>2016-07-07 Ville Voutilainen <ville.voutilainen@gmail.com>
>
> 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.
Strike this part from the ChangeLog (leave it in the git or svn commit
message if you like, but not the ChangeLog file).
The Doxygen @file comment for include/std/any says:
+ * This is a TS C++ Library header.
s/TS/Standard/
OK for trunk with those tweaks.
More information about the Libstdc++
mailing list