bryner%netscape.com
|
025fb3a058
|
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
|
2002-08-19 03:50:27 +00:00 |
|
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
|
dveditz%netscape.com
|
04c2ee43f4
|
shutting up copious warnings using /W4 on MSVC
|
1999-11-03 07:39:19 +00:00 |
|
scc%netscape.com
|
62bac87ecf
|
the fix is to |#include <new.h>|. I tested on several versions of SunOS with different compilers, linux, and Mac. Uncommenting the problematic code.
|
1999-07-23 01:18:49 +00:00 |
|
scc%netscape.com
|
d698edddcf
|
temporarily commenting out unused placement |new| till I can figure out how to make it compile on SunOS
|
1999-07-22 20:10:19 +00:00 |
|
scc%netscape.com
|
85e6e0f0b3
|
conditionalized missed member templates, |numeric_limits| use
|
1999-07-21 03:23:09 +00:00 |
|
scc%netscape.com
|
64fb2d22d3
|
First checked in. Defines a C++ standard compliant allocator based on
the global shared allocator |nsAllocator|.
|
1999-07-21 00:50:05 +00:00 |
|