]> www.ginac.de Git - ginac.git/blobdiff - ginac/relational.cpp
A better return_type_tinfo() mechanism.
[ginac.git] / ginac / relational.cpp
index 2f19d21337622159ecd65ad9fcbd91715b61d632..f3329f98824edc92dd6c3fd6739abb0b83353d0d 100644 (file)
@@ -250,7 +250,7 @@ unsigned relational::return_type() const
        return lh.return_type();
 }
    
        return lh.return_type();
 }
    
-tinfo_t relational::return_type_tinfo() const
+return_type_t relational::return_type_tinfo() const
 {
        GINAC_ASSERT(lh.return_type_tinfo()==rh.return_type_tinfo());
        return lh.return_type_tinfo();
 {
        GINAC_ASSERT(lh.return_type_tinfo()==rh.return_type_tinfo());
        return lh.return_type_tinfo();