File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3115
3115
3116
3116
explicit numpunct(size_t refs = 0);
3117
3117
3118
- char_type decimal_point() const;
3119
- char_type thousands_sep() const;
3120
- string grouping() const;
3121
- string_type truename() const;
3122
- string_type falsename() const;
3118
+ char_type decimal_point() const;
3119
+ char_type thousands_sep() const;
3120
+ string grouping() const;
3121
+ string_type truename() const;
3122
+ string_type falsename() const;
3123
3123
3124
3124
static locale::id id;
3125
3125
3126
3126
protected:
3127
3127
~numpunct(); // virtual
3128
- virtual char_type do_decimal_point() const;
3129
- virtual char_type do_thousands_sep() const;
3130
- virtual string do_grouping() const;
3131
- virtual string_type do_truename() const; // for \tcode {bool}
3132
- virtual string_type do_falsename() const; // for \tcode {bool}
3128
+ virtual char_type do_decimal_point() const;
3129
+ virtual char_type do_thousands_sep() const;
3130
+ virtual string do_grouping() const;
3131
+ virtual string_type do_truename() const; // for \tcode {bool}
3132
+ virtual string_type do_falsename() const; // for \tcode {bool}
3133
3133
};
3134
3134
}
3135
3135
\end {codeblock }
You can’t perform that action at this time.
0 commit comments