This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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 06/07/2010 06:54 PM, Gennaro Prota wrote:
> On 03/06/2010 21.19, Paolo Carlini 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.
>
> Hi all,
>
> I'm just turning up in these parts so my apologies if this has
> been discussed and decided upon earlier, but why would one want
> such a modification? Just to save on the amount of parsed code?
See the quick summary above. In general we have been untangling and
cleaning up the dependencies in the headers for a while.

Paolo.


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