https://issues.dlang.org/show_bug.cgi?id=14821
Issue ID: 14821
Summary: First argument of std.zlib.uncompress should be const
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
According to the documentation for zlib the process of decompressing data does
not modify the compressed data. The buffer that is passed to uncompress()
should be marked const.
--
