This commit is contained in:
邹晓航
2014-12-20 10:52:01 +08:00
parent c321530ce7
commit 310e157bea

View 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