mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 17:49:35 +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)
|
### 3.1 Selecting compiler (default = gcc)
|
||||||
|
|
||||||
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++11 $(EXTRACXXFLAGS)
|
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++14 $(EXTRACXXFLAGS)
|
||||||
DEPENDFLAGS += -std=c++11
|
DEPENDFLAGS += -std=c++14
|
||||||
LDFLAGS += $(EXTRALDFLAGS)
|
LDFLAGS += $(EXTRALDFLAGS)
|
||||||
|
|
||||||
ifeq ($(COMP),)
|
ifeq ($(COMP),)
|
||||||
|
|
Loading…
Add table
Reference in a new issue