Hi Bug-apl,

Usually I only see C++ errors in the interpreter when there is a stack trace. I'm not sure why this one is printed on a simple domain error:
      cccc←2⍴⊂5 5 ⍴'alexcweiner'
      ⎕ucs,¨cccc
cell_B.get_cell_type(): '4' at QuadFunction.cc:1585
DOMAIN ERROR
      ⎕UCS,¨cccc
      ^   ^

I was going for ⎕ucs¨,¨cccc , which works. 

SVN 689
-Alex

Reply via email to