This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH 0/8] Reduce/remove dependencies on _GLIBCXX_USE_C99_STDINT_TR1
- From: Cesar Philippidis <cesar_philippidis at mentor dot com>
- To: <jwakely at redhat dot com>, <libstdc++ at gcc dot gnu dot org>, <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 26 Jul 2018 08:59:14 -0700
- Subject: Re: [PATCH 0/8] Reduce/remove dependencies on _GLIBCXX_USE_C99_STDINT_TR1
- References: <cover.1532613690.git.jwakely@redhat.com>
On 07/26/2018 07:01 AM, jwakely@redhat.com wrote:
> From: Jonathan Wakely <jwakely@redhat.com>
It looks like you're using git send-email for this patch series. And it
seems like you made the same mistake that I did when you configured git
sendmail.from. According to the git sent-email manpage, from should be
your email address, however, it really wants it to be in of the form
Full Name <email@foo.com>
This is not a huge deal because the email went through, but it was
something that wasn't immediately obvious to me.
Cesar