From fce4f246d9109868fd5d8c51070cee349ee98b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Thu, 19 Mar 2015 17:03:25 +0800 Subject: [PATCH] --- TinySTL/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TinySTL/main.cpp b/TinySTL/main.cpp index ebb5f91..4c8bd60 100644 --- a/TinySTL/main.cpp +++ b/TinySTL/main.cpp @@ -26,8 +26,6 @@ #include "Test\VectorTest.h" using namespace TinySTL::Profiler; -#include -#include int main(){ TinySTL::AlgorithmTest::testAllCases(); @@ -52,10 +50,6 @@ int main(){ TinySTL::Unordered_setTest::testAllCases(); TinySTL::VectorTest::testAllCases(); - std::string s; - if (std::is_const::value){ - std::cout << "const" << std::endl; - } system("pause"); return 0; } \ No newline at end of file