From bb71d6c5da8938f2035f295b7f8c59e521e0f8e0 Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sat, 25 Jun 2022 15:10:22 -0700 Subject: [PATCH] P0849R8 `auto(x)`: `decay-copy` In The Language (#2808) --- stl/inc/yvals_core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index 392bfba6a1..48466e5da3 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -189,6 +189,8 @@ // P0769R2 shift_left(), shift_right() // P0784R7 Library Support For More constexpr Containers // P0811R3 midpoint(), lerp() +// P0849R8 auto(x): decay-copy In The Language +// (library part only) // P0879R0 constexpr For Swapping Functions // P0887R1 type_identity // P0896R4 Ranges