[Issue 12148] std.uuid.parseUUID should document that it changes lvalue input data
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 15 07:47:37 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12148
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
Summary|The function |std.uuid.parseUUID should
|std.uuid.parseUUID changes |document that it changes
|an input data |lvalue input data
--- Comment #4 from yebblies <yebblies at gmail.com> 2014-02-16 02:47:35 EST ---
This is working as designed (similar to the std.conv.parse functions) although
the documentation does not mention this.
For a non-consuming parser for exact strings, use the constructor of UUID.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list