Enumerators don't need a final , in their list.

This commit is contained in:
jzmaddock
2017-04-26 18:30:11 +01:00
parent 52e2dba49b
commit 7c0151c93a

View File

@ -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