diff liboctave/ChangeLog @ 8181:1ebcb9872ced

fix sparse-matrix bool/cmp op instantiation problem
author John W. Eaton <jwe@octave.org>
date Mon, 06 Oct 2008 11:07:54 -0400
parents da48d2ca096f
children 1b2256d6e01d
line wrap: on
line diff
--- a/liboctave/ChangeLog	Mon Oct 06 14:02:36 2008 +0200
+++ b/liboctave/ChangeLog	Mon Oct 06 11:07:54 2008 -0400
@@ -2,6 +2,13 @@
 
 	* oct-lookup.h: Mark functions inline. Add missing std:: qualifiers.
 
+2008-10-06  John W. Eaton  <jwe@octave.org>
+
+	* Sparse.h (Sparse<T>::elt_type): New typedef.
+	* Sparse-op-defs.h (SPARSE_SMSM_BOOL_OP, SPARSE_MSM_CMP_OP):
+	Use it to call sparse-matrix/scalar operator instead of attempting
+	to instantiate mixed-type sparse-matrix/scalar operators.
+
 2008-10-03  Jaroslav Hajek  <highegg@gmail.com>
 
 	* Array.h (Array<T>::maybe_delete_elements): Remove rfv argument from