diff --git a/doc/html/variant2.html b/doc/html/variant2.html
index 0b63524..c4e60a8 100644
--- a/doc/html/variant2.html
+++ b/doc/html/variant2.html
@@ -1346,7 +1346,7 @@ and U
occurs exactly once in T…
.
I < sizeof(T…)
.
I < sizeof…(T)
.
Ti(std::forward<A>(a)…
-
A reference to the new contained value.
+- Throws:
+-
+
Nothing unless the initialization of the new contained value throws.
+
+- Exception Safety:
+-
+
Basic. On exception the value of the variant is valid but unspecified.
+
- Remarks:
-
This function shall not participate in overload resolution unless
@@ -1386,7 +1394,7 @@ value as if using the expression Ti(std::forward<A>(a)…
- Requires:
-
-
I < sizeof(T…)
.
+I < sizeof…(T)
.
- Effects:
-
@@ -1401,6 +1409,14 @@ value as if using the expression
Ti(il, std::forward<A>(a)…
-
A reference to the new contained value.
+- Throws:
+-
+
Nothing unless the initialization of the new contained value throws.
+
+- Exception Safety:
+-
+
Basic. On exception the value of the variant is valid but unspecified.
+
- Remarks:
-
This function shall not participate in overload resolution unless
@@ -2141,7 +2157,7 @@ the Boost Software License, Versi