forked from OSchip/llvm-project
[libc++][NFC] Move misplaced comment about implementation of ctype<wchar_t>
This commit is contained in:
parent
1190f38530
commit
f40bba48a5
|
@ -747,8 +747,6 @@ collate_byname<wchar_t>::do_transform(const char_type* lo, const char_type* hi)
|
|||
return out;
|
||||
}
|
||||
|
||||
// template <> class ctype<wchar_t>;
|
||||
|
||||
const ctype_base::mask ctype_base::space;
|
||||
const ctype_base::mask ctype_base::print;
|
||||
const ctype_base::mask ctype_base::cntrl;
|
||||
|
@ -762,6 +760,8 @@ const ctype_base::mask ctype_base::blank;
|
|||
const ctype_base::mask ctype_base::alnum;
|
||||
const ctype_base::mask ctype_base::graph;
|
||||
|
||||
// template <> class ctype<wchar_t>;
|
||||
|
||||
locale::id ctype<wchar_t>::id;
|
||||
|
||||
ctype<wchar_t>::~ctype()
|
||||
|
|
Loading…
Reference in New Issue