Skip to content
  • Mark OLESEN's avatar
    ENH: unified some common parser static methods · eb4fec37
    Mark OLESEN authored
    COMP: delay evaluation of fieldToken enumeration types
    
    - lazy evaluation at runTime instead of compile-time to make the code
      independent of initialization order.
      Otherwise triggers problems on gcc-4.8.5 on some systems where
      glibc is the same age, or older.
    eb4fec37