[bind10-dev] BIND 10 trac1593-sun, updated. 0e8c2c9e572204db1b0586d6da94891168fd3a48 [1593-sun] Fix errors on Sun build
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Mon Feb 20 18:54:17 UTC 2012
At Mon, 20 Feb 2012 17:56:18 +0000 (UTC),
BIND 10 source code commits <bind10-changes at lists.isc.org> wrote:
> - Log -----------------------------------------------------------------
> commit 0e8c2c9e572204db1b0586d6da94891168fd3a48
> Author: Stephen Morris <stephen at isc.org>
> Date: Mon Feb 20 17:55:12 2012 +0000
>
> [1593-sun] Fix errors on Sun build
>
> Sunstudio could not find memset() in cstring; changed the include to
> that of "string.h".
Not really. It's just more strict about namespaces (I encountered the
same problem before). While using string.h would be okay in practice,
the more "pedantic" fix is to clarify the namespace, either by saying
std::memset() or declaring 'using namespace std' (and keep including
<cstring>).
---
JINMEI, Tatuya
More information about the bind10-dev
mailing list