Merge pull request #462 from BBasile/issue-451

fix #451 - string compatibilityContent() const should be nothrow for …
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-04-23 15:01:26 +02:00 committed by GitHub
commit d7e6e13912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ struct AutocompleteResponse
*/
string documentation;
deprecated("Use identifier (or definition for calltips) instead") string compatibilityContent() const
deprecated("Use identifier (or definition for calltips) instead") string compatibilityContent() const nothrow
{
if (kind == ubyte.init)
return definition;