Skip to content

Conversation

aG0aep6G
Copy link
Contributor

@aG0aep6G aG0aep6G commented Oct 5, 2015

... instead of a dchar range. Also make it private.

Fixes bug 14861.

https://issues.dlang.org/show_bug.cgi?id=14861

Previous PR: #3622

... instead of a dchar range. Also make it private.

Fixes bug 14861.
enforce(ungetc(c, cast(FILE*) _f._p.handle) == c);
}
_front = cast(char) c;
enforce(ungetc(c, cast(FILE*) _f._p.handle) == c);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3698 only calls ungetc in the destructor.

@DmitryOlshansky
Copy link
Member

Closing in favor of #3698

@aG0aep6G aG0aep6G deleted the LockingTextReader branch January 17, 2016 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants