Comments

If you have any comments, you can post them here.

captcha
says:
NameText
Bill PageMaybe put link to Aldor Users Guide 'http://www.aldor.org/docs/HTML/index.html' on Aldor trial page.
Bill PagePippijn, what version of gcc are you using?
Bill PageWould it be possible to include the "algebra" library?
PippijnI am using gcc 4.1
PippijnAs of 2008-08-01 18:13, "algebra" is included.
Bill PageAldor test run disabled due to webserver issues - when will it be back?
Majic[citation needed]
youmaybe u use a cms 4 ur site?
IraimbilanjaHmm I can't do obj.some_prop.some_func(), I need to write static_cast<my_prop_type&>(obj.some_prop).some_func() or so. I wonder if that's fixable.
IraimbilanjaAh sorry, I see you define operator-> ... not optimal but better than the cast, yes.