Re: [pcre-dev] [Bug 1038] memcmp not available in pcrecpp_s…

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: 1038
CC: pcre-dev
Subject: Re: [pcre-dev] [Bug 1038] memcmp not available in pcrecpp_stringpiece.h compiling with BCB 6
} Wouldn't it be better to use my original patch to document that this
} is a strange behaviour of BCB 6 and doesn't need you to always think
} of adding using std::xy?

I think it's fine. It's probably more "C++-y" to be using cstring
anyway, and just taking the functions we use from std::.

craig