From f55b591968ee9d440efccfbfbeb61c516385f607 Mon Sep 17 00:00:00 2001 From: byronhe Date: Fri, 15 Mar 2019 22:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=AF=BC=E8=87=B4=E5=88=AB=E7=9A=84?= =?UTF-8?q?=E5=90=AB=E6=9C=89=20print=20=E8=BF=99=E4=B8=AA=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E4=BB=A3=E7=A0=81=E7=BC=96=E8=AF=91=E4=B8=8D?= =?UTF-8?q?=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 会导致别的含有 print 这个符号的代码编译不过 --- deps/limonp/StdExtension.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/deps/limonp/StdExtension.hpp b/deps/limonp/StdExtension.hpp index e662172..bc8abdb 100644 --- a/deps/limonp/StdExtension.hpp +++ b/deps/limonp/StdExtension.hpp @@ -29,7 +29,6 @@ using std::tr1::unordered_set; #include #include -#define print(x) std::cout << x << std::endl namespace std {