20 Oct
2015
20 Oct
'15
10:09 p.m.
Hi, On Mon, Oct 19, 2015 at 12:12 AM, Jacob Garber <jgarber1@ualberta.ca> wrote:
std::cout << GiNaC::is_ex_the_function(x, GiNaC::sin) << std::endl;
is_ex_the_function is a macro, and the preprocessor has no idea about C++ namespaces.
Removing `GiNaC::` from `is_ex_the_function` compiles fine.
Which is the right way to use the `is_ex_the_function' macro. Best regards, Alexey