From 9fcdb344f115ca0b48ffa7f53c348417c3b211ea Mon Sep 17 00:00:00 2001 From: manga_osyo Date: Thu, 17 May 2012 16:15:27 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E8=A8=88=E3=81=AA=E3=83=98=E3=83=83?= =?UTF-8?q?=E3=83=80=E3=83=BC=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=A8=E6=96=87=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/string/example/simple.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/string/example/simple.cpp b/libs/string/example/simple.cpp index a0d033aa..b129c688 100644 --- a/libs/string/example/simple.cpp +++ b/libs/string/example/simple.cpp @@ -13,7 +13,6 @@ // // #include -#include #include #include @@ -38,7 +37,6 @@ main(){ static_assert(str2 == "mado", ""); static_assert(str3 == "42", ""); static_assert(str1 != str2, ""); -// static_assert(str4 == "97", ""); // // Accessor