From 17653affa38ec90de0abf039b04267c4ed96ae73 Mon Sep 17 00:00:00 2001 From: Abhinav Agarwal Date: Fri, 3 Jul 2026 10:34:53 -0700 Subject: [PATCH] [basic.life] Add start_lifetime cross-reference --- source/basic.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index c1f58de60a..888d61aa22 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3948,7 +3948,8 @@ its lifetime only begins if that union member is the initialized member in the union\iref{dcl.init.aggr,class.base.init}, or as described in -\ref{class.union}, \ref{class.copy.ctor}, and \ref{class.copy.assign}, +\ref{class.union}, \ref{class.copy.ctor}, \ref{class.copy.assign}, +and \ref{obj.lifetime}, and except as described in \ref{allocator.members}. The lifetime of an object \placeholder{o} of type \tcode{T} ends when: \begin{itemize}