octave-maintainers
[Top][All Lists]
Advanced

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

[PATCH] Compilation fixes: remove extern template and add declarations.


From: John W. Eaton
Subject: [PATCH] Compilation fixes: remove extern template and add declarations.
Date: Wed, 13 Feb 2008 00:05:31 -0500

On 12-Feb-2008, Jason Riedy wrote:

| The template <> extern bool... declarations in Array.cc use an
| extension that isn't accepted by g++-4.3.  I don't know what the
| intent was.
| 
| Also, oct-sort.cc uses memcpy and memmove without declarations.

I made these changes, except that I tagged memcpy and memmove with
std:: instead of using a "using std" statement.

Thanks,

jwe


reply via email to

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