https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65230
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-02-27
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #0)
> I'd like to propose that the value of an empty object be printed as "{ }"
> regardless of its type. I.e., a std::bitset<0> as "std::bitset { }", a
> std::tuple<> as "std::tuple<> { }", and an empty std::vector<T> as
> "std::vector<T> of length 0, capacity N = { }"
Yes, I like this suggestion.