1
0
forked from Alepha/Alepha

Add out of range exception classes to Alepha.

This commit is contained in:
2023-02-10 13:15:30 -08:00
parent fe66d726be
commit 4229b0bd8a
2 changed files with 95 additions and 4 deletions

View File

@ -1,6 +1,6 @@
CXXFLAGS+= -std=c++2a -I ../
CXXFLAGS+= -g -O0
CXX=clang++-12
CXX=g++
CXXFLAGS+= -Wno-inline-namespace-reopened-noninline
CXXFLAGS+= -Wno-unused-comparison