-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
To avoid writing onto the tape while evaluation, I had to replace the plain function pointers for the external differentiated function drivers with std::function. Since std::function has no dll-interface, we can not export the ext_diff_fct type when compiling with msvc, without changing its interface. I currently just ignored the warning see here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels