issues
search
nafuka11
/
ft_containers
Reimplementation of STL containers
0
stars
0
forks
source link
コンテナのテストを関数でなくクラスで行う
#9
Closed
nafuka11
closed
3 years ago
nafuka11
commented
3 years ago
Fix #8
やったこと
テスト
test_vector_iterator.cpp を削除し、 test_vector.cpp に移動。
VectorIteratorTesterクラスを作成。
print_test_caseをcommon.cpp/hppに移動。
テストをするためvectorの機能実装
コピーコンストラクタ
Fix #8
やったこと
テスト
テストをするためvectorの機能実装