This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]