From 31e48f7ff81daa4e7c3da7571494fe1da7b79dd8 Mon Sep 17 00:00:00 2001 From: Geng Cheng Date: Fri, 11 Apr 2025 09:46:19 +0800 Subject: [PATCH] Update memory.tex --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index dfa3087c95..db63cad822 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -6282,7 +6282,7 @@ If an exception is thrown during the call to \tcode{T}{'s} selected copy constructor, no effect. If an exception is thrown during the call to \tcode{T}{'s} copy assignment, -the state of its contained value +the state of its owned object is as defined by the exception safety guarantee of \tcode{T}{'s} copy assignment. \end{itemdescr}