Skip to content
Snippets Groups Projects
Commit 9d40af2c authored by Bensong Liu's avatar Bensong Liu
Browse files

ts

parent 73212791
No related branches found
No related tags found
No related merge requests found
Pipeline #864 passed with stage
in 1 minute and 7 seconds
......@@ -4,7 +4,7 @@
int main() {
#define GEN_TASKNAME(taskname) (std::string(task_parent_note) + "." + taskname)
#define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, man. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident ONLY IF you have finished this task. ", teamid, #entityName)
#define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, team. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident IF AND ONLY IF you have finished this task. ", teamid, #entityName)
#define A_1(arg1) A_2(arg1, )
#define A_proxy(x, Arg1, Arg2, FUNC, ...) FUNC
#define A(...) A_proxy(, ##__VA_ARGS__, A_2(__VA_ARGS__), A_1(__VA_ARGS__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment