map is bst
This commit is contained in:
17
Makefile
17
Makefile
@@ -67,18 +67,21 @@ HEADERS = colors.h \
|
||||
equal.hpp \
|
||||
lexicographical_compare.hpp \
|
||||
pair.hpp \
|
||||
bst.hpp \
|
||||
bst_node.hpp \
|
||||
bst_iterator.hpp \
|
||||
\
|
||||
vector.hpp \
|
||||
map.hpp
|
||||
map.hpp \
|
||||
map_node.hpp \
|
||||
map_iterator.hpp \
|
||||
vector.hpp
|
||||
# map.hpp
|
||||
# bst.hpp
|
||||
# bst_node.hpp
|
||||
# bst_iterator.hpp
|
||||
|
||||
D_TEMPLATES = ./templates
|
||||
TEMPLATES = bst.tpp \
|
||||
\
|
||||
vector.tpp \
|
||||
map.tpp
|
||||
vector.tpp
|
||||
# map.tpp
|
||||
|
||||
D_TESTS = ./tests/includes
|
||||
TESTS = main.hpp \
|
||||
|
||||
Reference in New Issue
Block a user