forked from boostorg/integer
Enumerators don't need a final , in their list.
This commit is contained in:
@ -106,7 +106,7 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
method_euclid = 0,
|
method_euclid = 0,
|
||||||
method_binary = 1,
|
method_binary = 1,
|
||||||
method_mixed = 2,
|
method_mixed = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
struct any_convert
|
struct any_convert
|
||||||
|
Reference in New Issue
Block a user