Skip to content

Commit b788d96

Browse files
committed
Repair build with VS2010
1 parent 41fbc53 commit b788d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cppcheckexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int CppCheckExecutor::check(int argc, const char* const argv[])
190190
* \return size of array
191191
* */
192192
template<typename T, int size>
193-
constexpr size_t GetArrayLength(const T(&)[size])
193+
std::size_t GetArrayLength(const T(&)[size])
194194
{
195195
return size;
196196
}

0 commit comments

Comments
 (0)