bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib and C++


From: Bruno Haible
Subject: Re: gnulib and C++
Date: Sat, 20 Feb 2010 10:49:16 +0100
User-agent: KMail/1.9.9

Ralf Wildenhues wrote:
> ... even if in the end it makes it harder to use CC=g++

I plan to make the changes conditional on
  #if defined __cplusplus && defined GNULIB_NAMESPACE

So that
  1. It will have no effect on CC=g++,
  2. A C++ package can turn on GNULIB_NAMESPACE in some
     translation units (those which use 'open' as a class member
     name) and keep it turned off in other translation units
     (those that make POSIX function calls).

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]