添加less
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#ifndef _DEQUE_H_
|
||||
#define _DEQUE_H_
|
||||
|
||||
namespace TinySTL{
|
||||
#include "Allocator.h"
|
||||
|
||||
namespace TinySTL{
|
||||
//class of deque
|
||||
template<class T, class Alloc = TinySTL::allocator<T>>
|
||||
class deque{};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user