• alancast's avatar
    Added support for constexpr for primitives in header files (#354) · a38f5ee8
    alancast authored
    * Got a basic version of constexpr in headers working
    
    * got enum values to work as well
    
    * can't do enums because interface headers forward declare so you can't set it there. So only primitives allowed
    
    * fixing const enums in obj-c, which apparently never worked to begin with
    a38f5ee8
DBConstantsInterface.h 1.66 KB