Martin Sebor wrote:
Farid Zaripov wrote:
[...]
  Currently UserCtype<UserChar> is not inherited from
std::ctype<UserChar> and stream class cannot use this facet.


That would be a problem, wouldn't it ;-) The library is required
to provide only ctype<char> and ctype<wchar_t> and the primary
template need not exist. Let me add the UserChar specialization.


  And I found that UserCtype<UserChar>::id is declared but not defined
(should be defined in ctype.cpp).


Let me fix this as well. Thanks for pointing it out!

Both of these problems should be fixed now:
http://svn.apache.org/viewvc?rev=422548&view=rev

Martin

Reply via email to