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-05 17:00:09 +01:00
2011-05-17 22:27:46 +01:00
2012-11-02 16:36:39 +01:00
2012-11-05 17:00:09 +01:00
2012-10-27 18:53:32 +01:00
2011-09-08 21:29:23 +01:00
2012-11-22 21:56:18 +00:00