Closed rikhuijzer closed 1 year ago
Ensures that the macro's work even when the callee has not made the symbol PrecompileTools available, that is, even when the callee used:
PrecompileTools
using PrecompileTools: @setup_workload, @compile_workload
instead of
using PrecompileTools
Closes #8
Thanks!
Ensures that the macro's work even when the callee has not made the symbol
PrecompileTools
available, that is, even when the callee used:instead of