Matt Williams c8657943c8 Create polyvox_constexpr macros based on the detected features
We now have a two new polyvox_ macros:

* polyvox_constexpr which is 'constexpr' is supported and '' otherwise
* polyvox_constexpr_const constexpr which is also 'constexpr' is supported
  but falls back to 'const' otherwise.

These macros should be safe to use liberally without worrying about which
compiler you're on.
2012-11-23 15:41:26 +00:00
..
2012-11-19 10:44:47 +00:00
2011-12-26 12:37:07 +00:00