Removed extra semicolon
This commit is contained in:
parent
47d1293303
commit
59e91f9404
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ using std::size_t;
|
|||
template <typename... T>
|
||||
constexpr size_t criterion_va_num__(const T &...) {
|
||||
return sizeof...(T);
|
||||
};
|
||||
}
|
||||
# endif
|
||||
|
||||
CR_BEGIN_C_API
|
||||
|
|
Loading…
Add table
Reference in a new issue