提交 3880902d 编写于 作者: 邹晓航

add

上级 cc705c73
#include "ListTest.h"
namespace TinySTL{
namespace ListTest{
}
}
\ No newline at end of file
#ifndef _LIST_TEST_H_
#define _LIST_TEST_H_
#include "TestUtil.h"
#include "../List.h"
#include <list>
#include <cassert>
#include <string>
namespace TinySTL{
namespace ListTest{
template<class T>
using stdL = std::list < T > ;
template<class T>
using tsL = TinySTL::list < T > ;
void testAllCases();
}
}
#endif
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册