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: https://github.com/WeAreROLI/JUCE/commit/dd7d3c41d060a5464bea49a9345802387931bfe0
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.