mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -05:00
Fix compiler error due to usage of << to close a template instantiation
This commit is contained in:
parent
3c4dc80342
commit
a5fc85b17e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user