From b9a91970be5b7f6af9df21a6dd24addff84cbc05 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 16 Nov 2021 17:28:15 +0300 Subject: [PATCH] Adjusted code formatting. --- doc/operators.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/operators.qbk b/doc/operators.qbk index db888e0..b2b645a 100644 --- a/doc/operators.qbk +++ b/doc/operators.qbk @@ -108,7 +108,7 @@ class point // note: private inheritance is OK here! , boost::subtractable< point // point - point , boost::dividable2< point, T // point / T , boost::multipliable2< point, T // point * T, T * point - > > > > + > > > > { public: point(T, T);