]> git.saurik.com Git - apt.git/commitdiff
apt does compile with g++-3 now, update
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:20 +0000 (17:00 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:20 +0000 (17:00 +0000)
Author: tausq
Date: 2003-02-02 02:38:32 GMT
apt does compile with g++-3 now, update

COMPILING

index 66e53ca1aa19c5d2f4200b6961d36e329c8f4eac..2dbff1fdfac89bf0b4618dfe1bc626d36c80beef 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -8,8 +8,6 @@ To compile this you need a couple things
   - A working ANSI C++ compiler, this is not g++ 2.7.* 
     g++ 2.8 works OK and newer egcs work well also. Nobody has tried it
     on other compilers :< You will need a properly working STL as well.
-    g++ 3 does not presently work because they made the STL headers
-    use namespaces. 
   - A C library with the usual POSIX functions and a BSD socket layer. 
     If you OS conforms to the Single Unix Spec then you are fine:
       http://www.opengroup.org/onlinepubs/7908799/index.html