Skip to content
Snippets Groups Projects
Commit cdf1a7b4 authored by Jack Nagel's avatar Jack Nagel
Browse files

CxxStdlib should be immutable so remove writer methods

parent ffc5687f
No related branches found
No related tags found
No related merge requests found
require "compilers"
class CxxStdlib
attr_accessor :type, :compiler
attr_reader :type, :compiler
def initialize(type, compiler)
if type && ![:libstdcxx, :libcxx].include?(type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment