Skip to content

v1.12.1 Functions, Parameters, and Operator Overloads

Compare
Choose a tag to compare
@jeff-hykin jeff-hykin released this 25 Jun 02:37
· 1815 commits to master since this release

Major updates to

  • Constructors
  • Destructors
  • Operator overloads
  • Function Parameters
  • Function return types
  • Function pointers
  • added support for predefined macros
  • added support for __cdecl and similar calling conventions
  • added support for custom literal definitions

Fixed

  • #254
  • #250
  • #249
  • #247 static assert inside of class/struct
  • #243 comments in namespace
  • #242 function definitions as function call
  • #239 attributes in front of functions
  • #238 s in sizeof
  • #235 slowdown from many spaces
  • #231 issue with operator keyword
  • #230 struct not working in type cast
  • #229 added recommended color themes
  • #228 issue with function pointers
  • #200 nameless parameter tagging
  • #168 scoped enums
  • #121 class inheritance
  • #80 replace legacy function calls
  • #16 custom literal defintions