do_toupper

Implements the function toupper.

  charT do_toupper(charT c) const;
  const charT* do_toupper(charT* low, const charT* high) const;