fix #451 - string compatibilityContent() const should be nothrow for compatibility with older code

This commit is contained in:
Basile Burg 2018-04-23 14:53:46 +02:00
parent a214c6a549
commit 55c919ce50
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;