cpp : disambiguated auto keyword
This commit is contained in:
@ -65,7 +65,7 @@ namespace np {
|
||||
// #if __DEBUG
|
||||
// print("Shape created (initializer)");
|
||||
// #endif
|
||||
const auto* begin = dims.begin();
|
||||
const size_t* begin = dims.begin();
|
||||
for(size_t i = 0; i < length; ++i){
|
||||
data[i] = begin[i];
|
||||
#if __DEBUG
|
||||
|
Reference in New Issue
Block a user