Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios_base synopsis issues #49

Closed
sdutoit opened this issue Apr 15, 2013 · 1 comment
Closed

ios_base synopsis issues #49

sdutoit opened this issue Apr 15, 2013 · 1 comment
Assignees

Comments

@sdutoit
Copy link
Contributor

sdutoit commented Apr 15, 2013

in the synopsis of ios_base, it says:

typedef T4 seekdir;
static constexpr fmtflags beg = unspecified ;
static constexpr fmtflags cur = unspecified ;
static constexpr fmtflags end = unspecified ;

but shouldn't it be:

typedef T4 seekdir;
static constexpr seekdir beg = unspecified ;
static constexpr seekdir cur = unspecified ;
static constexpr seekdir end = unspecified ;
@sdutoit
Copy link
Contributor Author

sdutoit commented Apr 15, 2013

Fixed in 963048f.

@sdutoit sdutoit closed this as completed Apr 15, 2013
@ghost ghost assigned sdutoit Apr 15, 2013
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

No branches or pull requests

1 participant