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

[localization] Fix indentation in class template synopses. #1227

Merged
merged 1 commit into from Dec 13, 2016

Conversation

jensmaurer
Copy link
Member

Fixes #1205.

using char_type = char;
template <>
class ctype<char>
: public locale::facet, public ctype_base {
Copy link
Contributor

Choose a reason for hiding this comment

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

Bring the base class up on the same line like everywhere else while you're at it.

iter_type put(iter_type s, ios_base& f, char_type fill, long v) const;
iter_type put(iter_type s, ios_base& f, char_type fill, long long v) const;
iter_type put(iter_type s, ios_base& f, char_type fill,
unsigned long v) const;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we don't need these next couple of linebreaks. If you remove them now, I will never have to go back to Clause 22 again, which I would appreciate.

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 13, 2016

Thanks a lot!

Also remove stray linebreaks in declarations.

Fixes cplusplus#1205.
@jensmaurer
Copy link
Member Author

Fixed as desired.

@tkoeppe tkoeppe merged commit e236633 into cplusplus:master Dec 13, 2016
@jensmaurer jensmaurer deleted the b18 branch December 13, 2016 23:00
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.

None yet

2 participants