add
This commit is contained in:
18
TinySTL/Test/AlgorithmTest.h
Normal file
18
TinySTL/Test/AlgorithmTest.h
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
#ifndef _ALGORITHM_TEST_H_
|
||||||
|
#define _ALGORITHM_TEST_H_
|
||||||
|
|
||||||
|
#include "TestUtil.h"
|
||||||
|
|
||||||
|
#include "../Algorithm.h"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
namespace TinySTL{
|
||||||
|
namespace AlgorithmTest{
|
||||||
|
void testFIll();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user