assign sfinae is integral detection

This commit is contained in:
hugogogo
2022-06-08 15:24:44 +02:00
parent 647b6eee25
commit 8c232df375
5 changed files with 155 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ RESET = "\e[0m"
NAME = containers
CC = c++
CC = clang++
EXT = cpp
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
@@ -55,6 +55,7 @@ SRCS = main.cpp
D_HEADERS = ./headers
HEADERS = colors.h \
tests.hpp \
enable_if.hpp \
vector.hpp
D_TEMPLATES = ./templates