* src/c++11/debug.cc (print_field): Replace constness_names <unknown>
entry with <unknown constness>. Replace state_names <unknown> entry with
<unknown state>.
From-SVN: r277049
+2019-10-16 François Dumont <fdumont@gcc.gnu.org>
+
+ * src/c++11/debug.cc (print_field): Replace constness_names <unknown>
+ entry with <unknown constness>. Replace state_names <unknown> entry with
+ <unknown state>.
+
2019-10-11 Jonathan Wakely <jwakely@redhat.com>
* include/Makefile.am: Add new header.
static const char*
constness_names[_Error_formatter::__last_constness] =
{
- "<unknown>",
+ "<unknown constness>",
"constant",
"mutable"
};
static const char*
state_names[_Error_formatter::__last_state] =
{
- "<unknown>",
+ "<unknown state>",
"singular",
"dereferenceable (start-of-sequence)",
"dereferenceable",