The next version https://bpaste.net/show/dc3c5f10f2ca I use https://github.com/dsimcha/Rational/blob/master/rational.d I want to do it: auto c = new Currencies!Rational.rational.Rational!(BigInt); where Rational.rational.Rational it is std.rational.Rational I get the error:Error: template instance Currencies!(Rational) does not match template declaration Currencies(T)
Re: How to make a Currency class from std.BigInt?
RuZzz via Digitalmars-d-learn Sat, 14 Feb 2015 08:41:00 -0800
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class ... Colin via Digitalmars-d-learn
- Re: How to make a Currency cl... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class ... zeljkog via Digitalmars-d-learn
- Re: How to make a Currency cl... zeljkog via Digitalmars-d-learn
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class from ... RuZzz via Digitalmars-d-learn
- Re: How to make a Currency class ... Jay Norwood via Digitalmars-d-learn