54 <<
"Missing '" << missing <<
"' terminator after \""
55 << buf().substr(mark) <<
'\"' <<
emit();
62 <<
"Unexpected end of file, within C-comment" <<
defer();
warning_msg< 19 > warning_missing_terminator
Report missing terminator quotation.
error_msg< 4 > error_eof_too_soon
Report unexpected end of input.
The tag class is inserted in a diagnostic_base to tell it to emit itself.
void eof_in_comment()
Diagnose end of file in C-comment.
The tag class is inserted in a diagnostic_base to tell it to defer itself.
void missing_terminator(size_t off, char_type missing)
Diagnose a missing terminator character.