String test(T(“test”));
String foo = String::formatted(T("%s"), test);
String foo2 = String::formatted(T("%s"), (const char*)test);
I would have expected foo to be valid, but when it wasn’t I tried foo2. Also not valid. Is this brain fade on my part or a bug in the Juce code?