Since the new templated RecangleList I have the following error with gcc 4.8.1 on archlinux
error: ‘juce::Point<int> juce::Rectangle<int>::pos’ is private
Happens for example when trying to compile Introjucer
Since the new templated RecangleList I have the following error with gcc 4.8.1 on archlinux
error: ‘juce::Point<int> juce::Rectangle<int>::pos’ is private
Happens for example when trying to compile Introjucer
Goddammit GCC… even MSVC manages to correctly parse the templated friend declaration! How annoying, I’ll have to find some kind of workaround.