GiNaC/check check_numeric.cpp exam_misc.cpp exam_powerlaws.cpp

Richard Kreckel kreckel at thep.physik.uni-mainz.de
Fri Jun 15 17:20:54 CEST 2001


Update of /home/cvs/GiNaC/check

Modified Files:
	check_numeric.cpp exam_misc.cpp exam_powerlaws.cpp 
Log Message:
* Supplement some (now deprecated) macros by inlined template functions:
  - is_of_type(foo, type) -> is_a<type>(foo)
  - is_ex_of_type(foo, type) -> is_a<type>(foo)
  - is_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
  - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)




More information about the GiNaC-cvs mailing list