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);