From daf484bcd1a69de42f787e3d301eee4a5a6642fc Mon Sep 17 00:00:00 2001 From: Tsche Date: Thu, 20 Mar 2025 01:07:59 +0100 Subject: [PATCH] [variant.ctor] Add missing throws clause to last ctor --- source/utilities.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/utilities.tex b/source/utilities.tex index 54df0b8dcc..96310bb62a 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -5474,6 +5474,10 @@ \ensures \tcode{index()} is \tcode{I}. +\pnum +\throws +Any exception thrown by calling the selected constructor of $\tcode{T}_I$. + \pnum \remarks If $\tcode{T}_I$'s selected constructor is a constexpr constructor, this