File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 31153115
31163116 explicit numpunct(size_t refs = 0);
31173117
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;
31233123
31243124 static locale::id id;
31253125
31263126 protected:
31273127 ~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}
31333133 };
31343134}
31353135\end {codeblock }
You can’t perform that action at this time.
0 commit comments