Compare commits
2 Commits
05CC6081FC
...
v1.10.x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a7ed316a5 | ||
|
|
04e52ebe78 |
@@ -2108,7 +2108,7 @@ static const char* const kReservedOutputTestCaseAttributes[] = {
|
||||
"classname", "name", "status", "time", "type_param",
|
||||
"value_param", "file", "line", "result", "timestamp"};
|
||||
|
||||
template <int kSize>
|
||||
template <size_t kSize>
|
||||
std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
|
||||
return std::vector<std::string>(array, array + kSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user