On 07/07/16 00:57 +0300, Ville Voutilainen wrote:
Tested on Linux-x64.
2016-07-07 Ville Voutilainen <ville.voutilai...@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.