This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Minor tweaks to basic_filebuf::underflow


Just catching up....

	    __throw_ios_failure("invalid byte sequence in file");

Should be:

	    __throw_ios_failure("basic_filebuf::underflow invalid byte sequence in file");


All thrown exception strings should begin with the member function
location, if you search for __throw you should see more examples that conform to this.

This was made standard for 3.4, and should probably be documented in
C++STYLE as well.

best,
benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]