提交 fce4f246 编写于 作者: 邹晓航

No commit message

No commit message
上级 39b6e637
......@@ -26,8 +26,6 @@
#include "Test\VectorTest.h"
using namespace TinySTL::Profiler;
#include <string>
#include <type_traits>
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<decltype(s.cbegin())>::value){
std::cout << "const" << std::endl;
}
system("pause");
return 0;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册