We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb654c1 commit a7749e4Copy full SHA for a7749e4
1 file changed
source/text.tex
@@ -1685,15 +1685,15 @@
1685
\begin{codeblock}
1686
namespace std {
1687
template<class charT>
1688
- class ctype_byname : public ctype<charT> {
1689
- public:
1690
- using @\libmember{mask}{ctype_byname}@ = ctype<charT>::mask;
1691
- explicit ctype_byname(const char*, size_t refs = 0);
1692
- explicit ctype_byname(const string&, size_t refs = 0);
+ class ctype_byname : public ctype<charT> {
+ public:
+ using @\libmember{mask}{ctype_byname}@ = ctype<charT>::mask;
+ explicit ctype_byname(const char*, size_t refs = 0);
+ explicit ctype_byname(const string&, size_t refs = 0);
1693
1694
- protected:
1695
- ~ctype_byname();
1696
- };
+ protected:
+ ~ctype_byname();
+ };
1697
}
1698
\end{codeblock}
1699
0 commit comments