From 6b69a1deca6bb78105ff15426782426badf2d07e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 May 2019 21:04:45 +0300 Subject: [PATCH] Asciidoctor 2 fixes --- doc/variant2/reference.adoc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/variant2/reference.adoc b/doc/variant2/reference.adoc index a9c20ec..0ad3538 100644 --- a/doc/variant2/reference.adoc +++ b/doc/variant2/reference.adoc @@ -383,7 +383,8 @@ Remarks: :: This function does not participate in overload resolution unless [none] * {blank} + -Effects: :: Destroys the currently contained value. +Effects: :: + Destroys the currently contained value. #### Assignment @@ -558,7 +559,8 @@ constexpr size_t index() const noexcept; [none] * {blank} + -Returns: :: The zero-based index of the active alternative. +Returns: :: + The zero-based index of the active alternative. #### Swap @@ -846,7 +848,8 @@ template [none] * {blank} + -Returns: :: `w \<= v`. +Returns: :: + `w \<= v`. ### visit @@ -869,7 +872,8 @@ template [none] * {blank} + -Effects: :: Equivalent to `v.swap(w)`. +Effects: :: + Equivalent to `v.swap(w)`. ### bad_variant_access