[vlc-devel] [PATCH v3] Added check for _Static_assert and C++11 static_assert.
Maxim Bublis
b at codemonkey.ru
Sat Nov 23 21:27:00 CET 2013
> -#if !defined (HAVE_STATIC_ASSERT)
> -# define _Static_assert(x, s) ((void) sizeof (struct { unsigned:-!(x); }))
> +#ifndef HAVE__STATIC_ASSERT
> +# define _Static_assert(x, s) ((void) sizeof (struct { unsinged:-!(x); }))
> +#endif
>
This patch has mistype, i resubmitted correct version.
--
Maxim Bublis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20131124/4902b727/attachment.html>
More information about the vlc-devel
mailing list