Benjamin Kosnik <bkoz@redhat.com> writes:
[...]
| void
| __throw_length_error(const char* __s)
| { throw length_error(_(__s)); }
|
| I believe this will solve objections voiced by both you and Gaby, huh?
You elegantly solved my concern.
-- Gaby