[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: proposed support for C1X-style static_assert
From: |
Paul Eggert |
Subject: |
Re: proposed support for C1X-style static_assert |
Date: |
Thu, 05 May 2011 13:47:50 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110421 Fedora/3.1.9-2.fc14 Thunderbird/3.1.9 |
On 05/05/11 10:48, Bruno Haible wrote:
> But with gnulib, we have three territories: the C implementation, gnulib,
> and the application. From the point of the C implementation, gnulib is
> application code. From the point of the application, gnulib is part of the
> C implementation. So we have to use a careful pragmatic choice in order
> not to conflict with one or the other.
Yes, and I'm not saying we should change things, but we need to be clear:
gnulib infringes both on the implementation space (via _GL_...) and on
the application space (via _gl_...). We could easily modify gnulib
to infringe on just one space, or just on the other; but we've chosen
to put a plague on both houses. :-)
- proposed support for C1X-style static_assert, Paul Eggert, 2011/05/05
- Re: proposed support for C1X-style static_assert, Bruno Haible, 2011/05/05
- Re: proposed support for C1X-style static_assert, Paul Eggert, 2011/05/05
- Re: proposed support for C1X-style static_assert, Bruno Haible, 2011/05/05
- Re: proposed support for C1X-style static_assert,
Paul Eggert <=
- Re: proposed support for C1X-style static_assert, Paul Eggert, 2011/05/06
- Re: proposed support for C1X-style static_assert, Bruno Haible, 2011/05/22
- Re: proposed support for C1X-style static_assert, Paul Eggert, 2011/05/22
- Re: proposed support for C1X-style static_assert, Bruno Haible, 2011/05/29
- Re: proposed support for C1X-style static_assert, Paul Eggert, 2011/05/29
- Re: proposed support for C1X-style static_assert, Bruno Haible, 2011/05/29
Re: proposed support for C1X-style static_assert, Andy Moreton, 2011/05/06