]> www.ginac.de Git - ginac.git/blobdiff - ginac/symmetry.h
* Fix compilation issues with prereleases of GCC 4.3, at least in theory.
[ginac.git] / ginac / symmetry.h
index bb6af2dfb6fa23d262453c2199ab87ebe4387b51..9282b75e2f2616941645f25278118068ee1524eb 100644 (file)
@@ -139,7 +139,7 @@ const symmetry & antisymmetric4();
  *  @param v Start of expression vector
  *  @param symm Root node of symmetry tree
  *  @return the overall sign introduced by the reordering (+1, -1 or 0)
- *          or INT_MAX if nothing changed */
+ *          or numeric_limits<int>::max() if nothing changed */
 extern int canonicalize(exvector::iterator v, const symmetry &symm);
 
 /** Symmetrize expression over a set of objects (symbols, indices). */