JUCE won't build - latest dev tip on XCode 11

Yeah, sorry, I just meant anything that’s outside the actual juce codebase itself.

An example of compromise is the huge tracktion engine module, where it’d take days to replace all the uses, so we added juce:: to all the uses in the header files, but each cpp file has its own using namespace juce; inside it, after all the includes. That’s pretty safe, but still something we should go back and tidy up one day when bored.

oki, I’m convinced…

“what did you do in lockdown?”

“wouldn’t you like to know…”

1 Like

I’d like to add in light of the recent discussions on use of auto, using auto means you have to spell out juce:: far less than you would have before we had the feature.

2 Likes

yep, whilst I’m going through I’m taking the opportunity to put in auto where it can be - thx

that was not fun!