D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 5768 - std.uni's "is*" functions should return bool
Summary: std.uni's "is*" functions should return bool
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 22:27 UTC by Nick Sabalausky
Modified: 2015-06-09 05:15 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 Nick Sabalausky 2011-03-22 22:27:18 UTC
Currently, these functions return int, but they really should be made to return bool:

std.uni.isUniLower
std.uni.isUniUpper
std.uni.isUniAlpha
Comment 1 Nick Sabalausky 2012-02-08 07:56:33 UTC
This was fixed in 2.054