]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.pl
* Supplement some (now deprecated) macros by inlined template functions:
[ginac.git] / ginac / structure.pl
index 901c5722d11da5b2f459d2d83c83a0cc3cc35b47..8b644540ca4cee81776156d810c6c203b4abf5d5 100755 (executable)
@@ -209,10 +209,6 @@ extern const ${STRUCTURE} some_${STRUCTURE};
 extern const type_info & typeid_${STRUCTURE};
 extern const unsigned tinfo_${STRUCTURE};
 
-// macros
-
-#define ex_to_${STRUCTURE}(X) (static_cast<${STRUCTURE} const &>(*(X).bp))
-
 } // namespace GiNaC
 
 #endif // ndef _${STRUCTURE_UC}_H_