Skip to content

Commit

Permalink
Merge pull request yanyiwu#128 from byronhe/patch-3
Browse files Browse the repository at this point in the history
会导致别的含有 print 这个符号的代码编译不过
  • Loading branch information
yanyiwu authored Mar 16, 2019
2 parents 8fca730 + f55b591 commit 7fc8657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/limonp/StdExtension.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ using std::tr1::unordered_set;
#include <fstream>
#include <sstream>

#define print(x) std::cout << x << std::endl

namespace std {

Expand Down

0 comments on commit 7fc8657

Please sign in to comment.