enable std c++14 (#24127)
This commit is contained in:
@@ -65,6 +65,12 @@ def cxx11_flag(self):
|
||||
return '-std=c++11'
|
||||
return "-h std=c++11"
|
||||
|
||||
@property
|
||||
def cxx14_flag(self):
|
||||
if self.is_clang_based:
|
||||
return '-std=c++14'
|
||||
return "-h std=c++14"
|
||||
|
||||
@property
|
||||
def c99_flag(self):
|
||||
if self.is_clang_based:
|
||||
|
Reference in New Issue
Block a user