remove cxx11_flag from Compiler as it is now substituted by a property with the same name

This commit is contained in:
Denis Davydov 2016-05-03 19:07:16 +02:00
parent ddcb97f953
commit c6fb6bde40

View File

@ -94,9 +94,6 @@ class Compiler(object):
# Names of generic arguments used by this compiler
arg_rpath = '-Wl,-rpath,%s'
# argument used to get C++11 options
cxx11_flag = "-std=c++11"
# argument used to get C++14 options
cxx14_flag = "-std=c++1y"