D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 21430 - Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet
Summary: Add `const` to front, save, & length properties of range returned by std.bitm...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-11-26 17:05 UTC by Nathan S.
Modified: 2020-11-28 19:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nathan S. 2020-11-26 17:05:18 UTC

    
Comment 1 Dlang Bot 2020-11-26 17:20:18 UTC
@n8sh created dlang/phobos pull request #7708 "dd `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet" fixing this issue:

- Fix Issue 21430 - Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet

https://github.com/dlang/phobos/pull/7708
Comment 2 Dlang Bot 2020-11-28 19:00:22 UTC
dlang/phobos pull request #7708 "Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet" was merged into master:

- 9a2ce3a1f4998bc366924f1ea71143df92b60f4e by Nathan Sashihara:
  Fix Issue 21430 - Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet

https://github.com/dlang/phobos/pull/7708