mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
type error
This commit is contained in:
parent
9160dbb818
commit
6867d13363
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user