aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-02-22 17:51:33 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-02-22 17:51:33 +0100
commit89a9db0dfee60421a5d1a6093af0e554c6cf6be6 (patch)
treea52d105d9af3f767bd57acc47a30e60cad503eca
parentdb75b825ab983ac731516622898a706035473d15 (diff)
downloadnewtype-89a9db0dfee60421a5d1a6093af0e554c6cf6be6.tar.xz
newtype-89a9db0dfee60421a5d1a6093af0e554c6cf6be6.zip
doc: clean up trailing whitespace
-rw-r--r--doc/src/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/index.rst b/doc/src/index.rst
index 17101c9..8ef515f 100644
--- a/doc/src/index.rst
+++ b/doc/src/index.rst
@@ -772,7 +772,7 @@ Standard derivation tags
.. cpp:var:: auto constexpr Arithmetic = derivable<class arithmetic_tag>{}
This tag enables the derivation of the following arithmetic operators:
-
+
* :cpp:func:`operator+(new_type const &, new_type const &) <template\<typename BaseType, typename TagType, auto DerivationClause> constexpr new_type<BaseType, TagType, DerivationClause> operator+(new_type<BaseType, TagType, DerivationClause> const & lhs, new_type<BaseType, TagType, DerivationClause> const & rhs)>`
* :cpp:func:`operator-(new_type const &, new_type const &) <template\<typename BaseType, typename TagType, auto DerivationClause> constexpr new_type<BaseType, TagType, DerivationClause> operator-(new_type<BaseType, TagType, DerivationClause> const & lhs, new_type<BaseType, TagType, DerivationClause> const & rhs)>`
* :cpp:func:`operator*(new_type const &, new_type const &) <template\<typename BaseType, typename TagType, auto DerivationClause> constexpr new_type<BaseType, TagType, DerivationClause> operator*(new_type<BaseType, TagType, DerivationClause> const & lhs, new_type<BaseType, TagType, DerivationClause> const & rhs)>`