This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Implement LWG 2509


On 05/07/16 20:33 +0300, Ville Voutilainen wrote:
   Implement LWG 2509,
   any_cast doesn't work with rvalue reference targets and cannot
   move with a value target.
   * include/experimental/any (any(_ValueType&&)): Constrain and
   add an overload that doesn't forward.
   * include/experimental/any (any_cast(any&&)): Constrain and
   add an overload that moves.

Don't repeat the filename for two changes in the same file, it should
be:

   * include/experimental/any (any(_ValueType&&)): Constrain and
   add an overload that doesn't forward.
   (any_cast(any&&)): Constrain and add an overload that moves.


OK with that tweak to the changelog, thanks.


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