Hi, thanks for answering, 2016-04-25 16:21 GMT-03:00 Jason Merrill <ja...@redhat.com>: > Let's create a constexpr.h rather than expose constexpr internals to all of > the front end. Really, I'd prefer to avoid exposing them at all. Why does > what you want to do require all this implementation detail?
Ok, you are right, I'll make a constexpr.h. > This is a curious place to invoke the callback. Why before the > *non_constant_p? More generally, why between evaluating the arguments and > evaluating the function body? That was because I was interested just in the functions and its arguments, but you are right, I'll do the callback at the beginning of the function. Regards, Andrés.