fix #451 - string compatibilityContent() const should be nothrow for compatibility with older code
This commit is contained in:
parent
a214c6a549
commit
55c919ce50
|
@ -147,7 +147,7 @@ struct AutocompleteResponse
|
||||||
*/
|
*/
|
||||||
string documentation;
|
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)
|
if (kind == ubyte.init)
|
||||||
return definition;
|
return definition;
|
||||||
|
|
Loading…
Reference in New Issue