D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 14483 - std.string import private template codeUnitLimit
Summary: std.string import private template codeUnitLimit
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 major
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-23 18:57 UTC by Ketmar Dark
Modified: 2020-03-21 03:56 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 Ketmar Dark 2015-04-23 18:57:35 UTC
`std.uni.codeUnitLimit` is private, yet it is used in some std.string functions. current DMD imports are fubared, so it works, but it's a bug nevertheless.
Comment 1 basile-z 2016-04-02 00:52:52 UTC
codeUnitLimit is package now.