type is guaranteed to be a symbol by the factory method
This commit is contained in:
parent
cdf1a7b41c
commit
90e370d2ef
@ -8,7 +8,7 @@ class CxxStdlib
|
||||
raise ArgumentError, "Invalid C++ stdlib type: #{type}"
|
||||
end
|
||||
|
||||
@type = type.to_sym if type
|
||||
@type = type
|
||||
@compiler = compiler.to_sym
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user