diff --git a/doc/variant2/reference.adoc b/doc/variant2/reference.adoc index 04bd748..fe38344 100644 --- a/doc/variant2/reference.adoc +++ b/doc/variant2/reference.adoc @@ -157,7 +157,7 @@ template // visit_by_index (extension) template - constexpr /*see below*/ visit_by_index(V&& v, F&&.. f); + constexpr /*see below*/ visit_by_index(V&& v, F&&... f); // monostate @@ -936,7 +936,7 @@ Remarks: :: If `R` is given explicitly, as in `visit`, the return ``` template - constexpr /*see below*/ visit_by_index(V&& v, F&&.. f); + constexpr /*see below*/ visit_by_index(V&& v, F&&... f); ``` [none] * {blank}