Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 13:01:14 -0400 (EDT)
From:      Kenneth Culver <culverk@yumyumyum.org>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        Benjamin.Close@unisa.edu.au, <freebsd-current@FreeBSD.ORG>
Subject:   Re: Status of C++ in base system?
Message-ID:  <20020711130018.U58056-100000@alpha.yumyumyum.org>
In-Reply-To: <20020711.101427.116352789.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> The cerr not found thing is one of two problems.  gcc3 is pickier
> about namespace issues than gcc2, so you need to say std::cerr or
> using namespace std;.  However, the more common case is people
> thinking they can link c++ programs with 'cc' rather than 'c++'
>
> My C++ programs are large enough that there are issues, but nothing
> this trivial.  Usually it is bad C++ that the newer compiler is
> pickier about accepting.
>
Hrmm, maybe I'll try that too.

Ken


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020711130018.U58056-100000>