Yep, looks like a bug. You found the workaround there though: make your own 
constructor 
    
    
    proc newContainer[T:Job](j:T):Container[T] =
      result.job = j
    
    
    Run

Reply via email to