overload operators en cours

This commit is contained in:
Hugo LAMY
2022-02-16 13:48:33 +01:00
parent abb66473ab
commit d45a096244
6 changed files with 112 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
# . value . or .cpp #
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
NAME = fixed
NAME = operators
CC = clang++
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -std=c++98