mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
Fix compiler error due to usage of << to close a template instantiation
This commit is contained in:
@ -54,7 +54,7 @@ public:
|
|||||||
/// Global ISAAC RNG to be used from anywhere. This is not thread safe, so take caution to only
|
/// Global ISAAC RNG to be used from anywhere. This is not thread safe, so take caution to only
|
||||||
/// use it when no other threads are.
|
/// use it when no other threads are.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
static unique_ptr<QTIsaac<ALPHA, ISAAC_INT>> GlobalRand;
|
static unique_ptr<QTIsaac<ALPHA, ISAAC_INT> > GlobalRand;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The structure which holds all of the random information.
|
/// The structure which holds all of the random information.
|
||||||
|
Reference in New Issue
Block a user