Develop doesn't build on VS2013

Error in juce_SVGParser.cpp:

juce\modules\juce_gui_basics\drawables/juce_SVGParser.cpp(1121): error C2440: ‘default argument’ : cannot convert from ‘initializer-list’ to ‘const juce::String &’

Also, warnings about the inability to create the assignment operator for:

struct ThreadChecker : BailOutChecker

Fixes for all of these will appear on the develop branch shortly. Thank you for reporting!