Overrides basic_streambuf::pbackfail().
virtual int_type pbackfail
(int_type c = traits::eof());
This function puts back the characters designated by c to the input sequence if possible.
Returns traits::eof() if failure and returns either the character put back or traits::not_eof(c) for success.