D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6977 - getErrno called as property in std.stdio
Summary: getErrno called as property in std.stdio
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 trivial
Assignee: David Nadlinger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2011-11-19 13:49 UTC by Kyle Foley
Modified: 2011-12-04 11:53 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Kyle Foley 2011-11-19 13:49:54 UTC
std.stdio:

StdioException.opCall() calls getErrno like a property, but getErrno is not marked as a property.  Compiling with -property switch generates an error.