mirror of git://gcc.gnu.org/git/gcc.git
* doc/xml/manual/intro.xml: Document LWG 2993 change. * include/bits/refwrap.h (reference_wrapper(_Tp&)): Remove. (reference_wrapper(_Tp&&)): Remove. (reference_wrapper<_Up>(_Up&&)): Define new constructor as constrained template. (reference_wrapper): Add deduction guide. * testsuite/20_util/reference_wrapper/deduction.cc: New. * testsuite/20_util/reference_wrapper/lwg2993.cc: New. From-SVN: r261632 |
||
|---|---|---|
| .. | ||
| 24803.cc | ||
| 41792.cc | ||
| 80504.cc | ||
| 83427.cc | ||
| deduction.cc | ||
| invoke-2.cc | ||
| invoke-3.cc | ||
| invoke.cc | ||
| lwg2993.cc | ||
| ref_neg.cc | ||
| requirements.cc | ||
| result_type.cc | ||
| typedefs-2.cc | ||
| typedefs-3.cc | ||
| typedefs.cc | ||