[libcxx] r222282 - Modify tests to check that va_copy is only defined in C++11 and beyond.
Eric Fiselier
eric at efcs.ca
Wed Nov 19 18:01:48 PST 2014
> Should we really assert that va_copy is *never* defined before C++11?
> That seems contrary to other requirements like POSIX.
I got a bit overzealous in the tests. I'll remove the extra check after
double checking the C++11 requirements.
On Wed, Nov 19, 2014 at 2:58 PM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:
> On Tue, Nov 18, 2014 at 11:46:18PM -0000, Eric Fiselier wrote:
> > URL: http://llvm.org/viewvc/llvm-project?rev=222282&view=rev
> > Log:
> > Modify tests to check that va_copy is only defined in C++11 and beyond.
>
> Should we really assert that va_copy is *never* defined before C++11?
> That seems contrary to other requirements like POSIX.
>
> Joerg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141119/62c06df1/attachment.html>
More information about the cfe-commits
mailing list