Files
fractorium/Source/Ember
Simon Detheridge 0a5a492ab6 Ensure GlobalRand is specialized before implicitly instantiated
I don't like this as it results in some code amongst the headers, but I couldn't figure a better way to do this, as I think this specialization needs to be in a cpp file

GlobalRand is implicitly instantiated in PaletteList.h:82, which is seen before the specialization, which isn't allowed by the standard.

See: http://stackoverflow.com/questions/21112148/specialization-of-member-function-template-after-instantiation-error-and-order
2015-04-13 12:18:33 +01:00
..
2015-04-13 12:12:38 +01:00
2014-07-08 00:11:14 -07:00
2014-09-09 22:41:26 -07:00
2014-11-02 23:16:34 -08:00
2015-04-13 12:12:38 +01:00