This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] Remove uses of <cstddef> as an implementation detail


On Thu, Jun 3, 2010 at 12:19 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> this, largely boring patch essentially does what the Subject says, thus
> following the spirit of LWG 1250, avoiding uses of C-style NULLs,
> trimming the size of the C++ headers. I took also the occasion to add
> std::nullptr_t, in C++0x mode.
>
> Tested x86_64-linux, without PCHs, multilib, committed to mainline. I'm
> of course around in case of breakages on other targets...
>

It caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44410


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]