Skip to content

cplusplus v1.1.13

Choose a tag to compare

@robertoraggi robertoraggi released this 02 Dec 19:48

Bug Fixes

  • parser: Add checked/setChecked to the AST nodes (52501b5)
  • parser: Implemented __is_arithmetic (3e0c377)
  • parser: Implemented __is_compound (37b90ee)
  • parser: Implemented __is_floating_point (a165026)
  • parser: Implemented __is_fundamental (4ef0374)
  • parser: Implemented __is_integral (1891675)
  • parser: Implemented __is_object (b60f382)
  • parser: Implemented __is_scalar (52d64d3)