octave-maintainers
[Top][All Lists]
Advanced

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

Re: MSVC compilation problem: std::abs<int64_t> does not exist


From: John W. Eaton
Subject: Re: MSVC compilation problem: std::abs<int64_t> does not exist
Date: Thu, 30 Oct 2008 14:31:44 -0400

On 30-Oct-2008, Jaroslav Hajek wrote:

| Does MSVC also provide version macros? If yes, then this solution is
| OK, and I'm all for it.
| If not, we'll run into trouble once the feature is implemented in MSVC
| (duplicate definition). If MSVC version can be resolved using #ifdef,
| then we'll simply add the proper version check at that moment.

Please avoid version checks or checks for specific compilers or
systems if possible.  It is much better to use feature tests in the
configure script instead.

jwe


reply via email to

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