Removed all exception specifiers since deprecated.
Exception specifiers are deprecated in cpp11, so went through them all and removed them from the code.
This commit is contained in:
committed by
Wayne Stambaugh
parent
8590a22995
commit
19d5cc7548
@@ -529,7 +529,7 @@ bool GITHUB_PLUGIN::repoURL_zipURL( const wxString& aRepoURL, std::string* aZipU
|
||||
}
|
||||
|
||||
|
||||
void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL ) throw( IO_ERROR )
|
||||
void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL )
|
||||
{
|
||||
std::string zip_url;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user