From 59e91f9404c7383c50d15dbdfd9e806fde9ad990 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 7 Sep 2015 08:24:52 +0200 Subject: [PATCH] Removed extra semicolon --- include/criterion/theories.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/criterion/theories.h b/include/criterion/theories.h index be9bf8b..3dc42c5 100644 --- a/include/criterion/theories.h +++ b/include/criterion/theories.h @@ -37,7 +37,7 @@ using std::size_t; template constexpr size_t criterion_va_num__(const T &...) { return sizeof...(T); -}; +} # endif CR_BEGIN_C_API