COWPtrTest.h 191 字节
Newer Older
邹晓航 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef _COWPTR_TEST_H_
#define _COWPTR_TEST_H_

#include "../COWPtr.h"

#include <cassert>

namespace TinySTL{
	namespace COWPtrTest{
		void testCase1();

		void testAllCases();
	}
}

#endif