Repair build with VS2010

This commit is contained in:
amai2012 2015-11-15 10:45:01 +01:00
parent 41fbc5355d
commit b788d96bb9
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ int CppCheckExecutor::check(int argc, const char* const argv[])
* \return size of array
* */
template<typename T, int size>
constexpr size_t GetArrayLength(const T(&)[size])
std::size_t GetArrayLength(const T(&)[size])
{
return size;
}