mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-03 10:49:08 +00:00
Add comment concerning empty value
This commit is contained in:
parent
d3986223a6
commit
b160cb40e1
@ -690,7 +690,8 @@ bool GetField(std::istream &is, std::string &name, std::string &value)
|
||||
if (!line.empty() && line[0] == '\\') { continue; }
|
||||
|
||||
// Leading, trailing and temp position. The leading iterator moves right, and trailing
|
||||
// iterator moves left.The sub-string in the middle is the value for the name.
|
||||
// iterator moves left. The sub-string in the middle is the value for the name. The
|
||||
// value can be an empty string. One Plaintext is often empty for algorithm testing.
|
||||
std::string::size_type l, t, p;
|
||||
const std::string whitespace = " \r\n\t\v\f";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user