
1 May
2009
1 May
'09
3:42 p.m.
unicode::string definition starts:
namespace unicode { typedef std::size_t code_point; class string : public std::basic_string
{ Is "std::basic_string
" not the same as "unicode::string"?
No.
If not why is it not?
Because unicode::string is a descendant of std::basic_string