Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support function type injector #154

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

xiaoqixian
Copy link

Make injector.before and injector.after be able to be of function type, accepts code as the only parameter, so imports can depend on the actual problem code. For instance, if the problem uses only std::string, then only #include <string> and using std::string; need to be injected before the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant