mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Adjusted code formatting.
This commit is contained in:
parent
73bccf50db
commit
b9a91970be
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user