From 7c0151c93a65f3eb5cebdf56a2b8bfb1170ca41c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 26 Apr 2017 18:30:11 +0100 Subject: [PATCH] Enumerators don't need a final , in their list. --- include/boost/integer/common_factor_rt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/integer/common_factor_rt.hpp b/include/boost/integer/common_factor_rt.hpp index 2f65d67..ed8690f 100644 --- a/include/boost/integer/common_factor_rt.hpp +++ b/include/boost/integer/common_factor_rt.hpp @@ -106,7 +106,7 @@ namespace boost { { method_euclid = 0, method_binary = 1, - method_mixed = 2, + method_mixed = 2 }; struct any_convert