mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-18 05:04:41 +03:00
type error
This commit is contained in:
@@ -8526,7 +8526,7 @@ The more traditional and lower-level near-equivalent is longer, messier, harder
|
|||||||
is.read(s, maxstring);
|
is.read(s, maxstring);
|
||||||
res[elemcount++] = s;
|
res[elemcount++] = s;
|
||||||
}
|
}
|
||||||
nread = elemcount;
|
nread = &elemcount;
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user