[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib warnings when compiling Faddeeva.cc
From: |
John W. Eaton |
Subject: |
Re: gnulib warnings when compiling Faddeeva.cc |
Date: |
Thu, 13 Dec 2012 16:32:51 -0500 |
On 13-Dec-2012, Steven G. Johnson wrote:
| > I don't see a reason to not perform the replacement, but I think it
| > can be done without touching your code.
|
| How?
One way would be to put
#ifndef GNULIB_NAMESPACE
# define GNULIB_NAMESPACE
#endif
in Faddeeva.cc after including config.h, then use
GNULIB_NAMESPACE::floor
and
GNULIB_NAMESPACE::copysign
We already define GNULIB_NAMESPACE to gnulib in Octave's config.h
file, so that would be used when Faddeeva.cc is compiled as part of
Octave. Would doing something like that be acceptable to you?
jwe
- gnulib warnings when compiling Faddeeva.cc, Jordi Gutiérrez Hermoso, 2012/12/07
- Re: gnulib warnings when compiling Faddeeva.cc, Júlio Hoffimann, 2012/12/09
- Re: gnulib warnings when compiling Faddeeva.cc, Júlio Hoffimann, 2012/12/09
- Re: gnulib warnings when compiling Faddeeva.cc, Jordi Gutiérrez Hermoso, 2012/12/09
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, Jordi Gutiérrez Hermoso, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc,
John W. Eaton <=
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, John W. Eaton, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, John W. Eaton, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/13
- Re: gnulib warnings when compiling Faddeeva.cc, John W. Eaton, 2012/12/14
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/14
- Re: gnulib warnings when compiling Faddeeva.cc, John W. Eaton, 2012/12/14
- Re: gnulib warnings when compiling Faddeeva.cc, Steven G. Johnson, 2012/12/14
- Re: gnulib warnings when compiling Faddeeva.cc, Jordi Gutiérrez Hermoso, 2012/12/14