mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
Converted AtomicString to constexpr char[]
This commit is contained in:
@ -334,7 +334,7 @@ string IterOpenCLKernelCreator<T>::CreateIterKernelString(const Ember<T>& ember,
|
||||
CarToRasFunctionString;
|
||||
|
||||
if (lockAccum)
|
||||
os << AtomicString();
|
||||
os << AtomicString;
|
||||
|
||||
os <<
|
||||
xformFuncs.str() <<
|
||||
|
Reference in New Issue
Block a user