mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 01:29:36 +00:00
std::conditional_t can be used from C++14.
This commit is contained in:
parent
fc5f64b383
commit
8718438943
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ endif
|
|||
|
||||
### 3.1 Selecting compiler (default = gcc)
|
||||
|
||||
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++11 $(EXTRACXXFLAGS)
|
||||
DEPENDFLAGS += -std=c++11
|
||||
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++14 $(EXTRACXXFLAGS)
|
||||
DEPENDFLAGS += -std=c++14
|
||||
LDFLAGS += $(EXTRALDFLAGS)
|
||||
|
||||
ifeq ($(COMP),)
|
||||
|
|
Loading…
Add table
Reference in a new issue