octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41145] Building with 64 bit indexing fails on


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #41145] Building with 64 bit indexing fails on ArchLinux and Ubuntu
Date: Wed, 08 Jan 2014 12:59:01 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 Iceweasel/26.0

Update of bug #41145 (project octave):

                  Status:                    None => Patch Submitted        

    _______________________________________________________

Follow-up Comment #1:

Thanks for the patch. The first hunk looks good, but I'm surprised about the
second hunk. Can you show me the compiler errors you get when calling
Sparse(0, 1, 0) without the cast? I suppose the ambiguity is between
Sparse(octave_idx_type, octave_idx_type, T) and Sparse(octave_idx_type,
octave_idx_type, octave_idx_type), but T is only ever supposed to be
non-integral type (float or double), and the T version is declared explicit.
Thus, I don't see the ambiguity here. There could be another bug lying deeper.
What compiler are you using?

Would you like to be credited for this patch as Lasse Schuirmann
<address@hidden> in the hg log?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41145>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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