Skip to content

Commit

Permalink
Add all macro to debug.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oToToT authored Oct 5, 2023
1 parent e35bf56 commit d66f2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codes/Basic/debug.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define all(x) begin(x), end(x)
#ifdef CKISEKI
#define safe cerr<<__PRETTY_FUNCTION__<<" line "<<__LINE__<<" safe\n"
#define debug(a...) debug_(#a, a)
Expand Down

0 comments on commit d66f2e5

Please sign in to comment.