会导致别的含有 print 这个符号的代码编译不过

会导致别的含有 print 这个符号的代码编译不过
This commit is contained in:
byronhe 2019-03-15 22:02:04 +08:00 committed by GitHub
parent 8fca7300a4
commit f55b591968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@ using std::tr1::unordered_set;
#include <fstream>
#include <sstream>
#define print(x) std::cout << x << std::endl
namespace std {