Noexcept VS2013 build issue with BinaryData.cpp generated by Projucer on develop

Just updated my Projucer build to latest on develop and getting build errors in VS2013 as follows:

1>..\..\JuceLibraryCode\BinaryData.cpp(3721): error C3646: 'noexcept' : unknown override specifier

I think it’s resulting from this commit: Projucer: Cleaned up the generated BinaryData code and added a Binar… · juce-framework/JUCE@dd7d3c4 · GitHub
and relates to this: Noexcept and JUCE

Obviously I can hack the BinaryData file for now, but will break whenever I save in Projucer again. As discussed in another thread I will look into migration to VS2017 when I get a chance :slight_smile:

Ahh, good old VS2013. I’ll sort that out, thanks for reporting.