forked from boostorg/utility
Adjusted code formatting.
This commit is contained in:
@ -108,7 +108,7 @@ class point // note: private inheritance is OK here!
|
|||||||
, boost::subtractable< point<T> // point - point
|
, boost::subtractable< point<T> // point - point
|
||||||
, boost::dividable2< point<T>, T // point / T
|
, boost::dividable2< point<T>, T // point / T
|
||||||
, boost::multipliable2< point<T>, T // point * T, T * point
|
, boost::multipliable2< point<T>, T // point * T, T * point
|
||||||
> > > >
|
> > > >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
point(T, T);
|
point(T, T);
|
||||||
|
Reference in New Issue
Block a user