fractorium/Source
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
..
Ember Ensure GlobalRand is specialized before implicitly instantiated 2015-04-13 12:18:33 +01:00
EmberAnimate Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberCL Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberCommon Allow for multiple palette files rather than hard coding to flam3-palettes.xml. 2015-04-08 18:23:29 -07:00
EmberGenome Remove ReadMe.txt from all project files. 2015-03-21 15:27:37 -07:00
EmberRender Fix bug with xaos interpolation, by setting all xaos values to zero first. 2015-03-30 17:46:52 -07:00
EmberTester Allow for multiple palette files rather than hard coding to flam3-palettes.xml. 2015-04-08 18:23:29 -07:00
Fractorium Rename FractoriumXformsXaos.cpp to FractoriumXaos.cpp to reflect that it's no longer a per-xform part of the UI. 2015-04-08 18:30:07 -07:00