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:
commit
d7e6e13912
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue