Skip to content
  • Mark OLESEN's avatar
    ENH: add sigFpe::fillNan(char* buf, size_t count) · b66369fb
    Mark OLESEN authored
    - simplifies use with other allocators (eg, memory pools).
      Can also be used with other containers.
    
      vectorField fld = ...;
      sigFpe::fillNan(fld.data_bytes(), fld.size_bytes());
    
    COMP: inline sigFpe::ignore helper class
    
    - now unused (may be removed in the future), but can avoid compiling
      code for it
    
    COMP: missing sigStopAtWriteNow() definition for MSwindows
    b66369fb