[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem compiling sparse-xdiv.cc (typename)
From: |
Michael Goffioul |
Subject: |
Problem compiling sparse-xdiv.cc (typename) |
Date: |
Sat, 9 May 2009 15:27:09 +0100 |
Hi,
While compiling octave recent archive with MSVC, I got a compilation
error at sparse-xdiv.cc. MSVC fails at the statement:
const typename DM::element_type zero = typename DM::element_type ();
Specifically, it fails at intepreting "typename DM::element_type ()" correctly
and tries to find a static member called element_type (it seems to ignore
typename keyword in that context). I worked around that by using
const typename DM::element_type zero =
- Problem compiling sparse-xdiv.cc (typename),
Michael Goffioul <=
- Problem compiling sparse-xdiv.cc (typename), Michael Goffioul, 2009/05/09
- Re: Problem compiling sparse-xdiv.cc (typename), Jaroslav Hajek, 2009/05/09
- Re: Problem compiling sparse-xdiv.cc (typename), Michael Goffioul, 2009/05/09
- Re: Problem compiling sparse-xdiv.cc (typename), David Bateman, 2009/05/09
- Re: Problem compiling sparse-xdiv.cc (typename), Jaroslav Hajek, 2009/05/10
- Re: Problem compiling sparse-xdiv.cc (typename), Michael Goffioul, 2009/05/10
- Re: Problem compiling sparse-xdiv.cc (typename), Jaroslav Hajek, 2009/05/10
- Re: Problem compiling sparse-xdiv.cc (typename), Michael Goffioul, 2009/05/10
- Re: Problem compiling sparse-xdiv.cc (typename), Søren Hauberg, 2009/05/10
- Re: Problem compiling sparse-xdiv.cc (typename), Jaroslav Hajek, 2009/05/10