This is the mail archive of the gcc-cvs@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]

r271871 - in /branches/gcc-9-branch/libstdc++-v...


Author: redi
Date: Mon Jun  3 14:05:46 2019
New Revision: 271871

URL: https://gcc.gnu.org/viewcvs?rev=271871&root=gcc&view=rev
Log:
Implement missing piece of P0777R1 for std::make_from_tuple

	* include/std/tuple (make_from_tuple): Use remove_reference_t instead
	of decay_t (P0777R1).

Modified:
    branches/gcc-9-branch/libstdc++-v3/ChangeLog
    branches/gcc-9-branch/libstdc++-v3/include/std/tuple


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