octave-maintainers
[Top][All Lists]
Advanced

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

C++ complex class use in str2double.cc


From: Michael Goffioul
Subject: C++ complex class use in str2double.cc
Date: Sun, 28 Feb 2010 10:50:12 +0000

While trying to compile str2double.cc with MSVC, it failed because
std::complex::real()
is used as an l-value, while in MSVC it's defined as "T real(void)
const". Is this a
C++ requirement to have a non-const version, or is it a GNU extension?

Thanks,
Michael.


reply via email to

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