Blob Blame History Raw
--- ginac/indexed.cpp.~1~	2005-05-19 09:24:35.000000000 -0500
+++ ginac/indexed.cpp	2006-02-02 15:20:25.000000000 -0600
@@ -704,6 +704,9 @@
 	}
 }
 
+// Forward declaration needed in absence of friend injection, C.f. [namespace.memdef]:
+ex simplify_indexed(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp);
+
 /** Simplify product of indexed expressions (commutative, noncommutative and
  *  simple squares), return list of free indices. */
 ex simplify_indexed_product(const ex & e, exvector & free_indices, exvector & dummy_indices, const scalar_products & sp)