From 9cf32980a973e77e54541fe307d5cea978a26b4a Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 11 Jan 2024 20:18:06 +0300 Subject: [PATCH] Add missing dots in visit_by_index docs --- doc/variant2/reference.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}