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: Patch for the allocator.


>> Please pay attention to the patch I'm enclosing in this email: it's
>> exactly what you should be submitting.
>
>It's the same as what I sent earlier? I even did a diff to check but it
>turned out negative? Anything I'm missing anything here?

You had:
diff -Nrcp ./cvs_libstdc++-v3/.cvsignore ./modified_cvs_libstdc++/.cvsignore

This is not necessary.

You had:
diff -Nrcp ./cvs_libstdc++-v3/include/ext/bitmap_allocator.h ./modified_cvs_libstdc++/include/ext/bitmap_allocator.h

I used:
diff -c -p -r1.1 bitmap_allocator.h

These are minor nits: I could still apply your patch.

Are you still having problems with CVS? I know that the savanna
repository is still kind of dodgy.

-benjamin


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