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