avoid mystruct at begining of choosen testswith SFINAE technic

This commit is contained in:
hugogogo
2022-07-04 15:50:26 +02:00
parent 52fa6ff65b
commit 581458ca37
5 changed files with 19 additions and 15 deletions

View File

@@ -38,9 +38,9 @@ CC = c++
EXT = cpp
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS += -std=c++98
CFLAGS += -MMD -MP #see end-page note on header dependencie
CFLAGS += -g3
#CFLAGS += -std=c++98
#CFLAGS += -MMD -MP #see end-page note on header dependencie
#CFLAGS += -g3
CFLAGS_STL = $(CFLAGS)
CFLAGS_STL += -D STL