From 89a9db0dfee60421a5d1a6093af0e554c6cf6be6 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 22 Feb 2020 17:51:33 +0100 Subject: doc: clean up trailing whitespace --- doc/src/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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{} This tag enables the derivation of the following arithmetic operators: - + * :cpp:func:`operator+(new_type const &, new_type const &) constexpr new_type operator+(new_type const & lhs, new_type const & rhs)>` * :cpp:func:`operator-(new_type const &, new_type const &) constexpr new_type operator-(new_type const & lhs, new_type const & rhs)>` * :cpp:func:`operator*(new_type const &, new_type const &) constexpr new_type operator*(new_type const & lhs, new_type const & rhs)>` -- cgit v1.2.3