remove cxx11_flag from Compiler as it is now substituted by a property with the same name
This commit is contained in:
		| @@ -94,9 +94,6 @@ class Compiler(object): | |||||||
|     # Names of generic arguments used by this compiler |     # Names of generic arguments used by this compiler | ||||||
|     arg_rpath   = '-Wl,-rpath,%s' |     arg_rpath   = '-Wl,-rpath,%s' | ||||||
|  |  | ||||||
|     # argument used to get C++11 options |  | ||||||
|     cxx11_flag = "-std=c++11" |  | ||||||
|  |  | ||||||
|     # argument used to get C++14 options |     # argument used to get C++14 options | ||||||
|     cxx14_flag = "-std=c++1y" |     cxx14_flag = "-std=c++1y" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Denis Davydov
					Denis Davydov