Converted AtomicString to constexpr char[]

This commit is contained in:
Seth Troisi
2022-03-11 14:08:42 -08:00
parent 94c3e6bed3
commit 5605faeed7
2 changed files with 23 additions and 27 deletions

View File

@ -334,7 +334,7 @@ string IterOpenCLKernelCreator<T>::CreateIterKernelString(const Ember<T>& ember,
CarToRasFunctionString;
if (lockAccum)
os << AtomicString();
os << AtomicString;
os <<
xformFuncs.str() <<