This commit is contained in:
Eelco Dolstra 2016-11-17 17:55:41 +01:00
parent 00b8bce4d0
commit 349e988903
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -431,7 +431,7 @@ void callSuccess(
}
/* A variant of std::istringstream that doesn't its string
/* A variant of std::istringstream that doesn't copy its string
argument. This is useful for large strings. The caller must ensure
that the string object is not destroyed while it's referenced by
this object. */