better method name: HasCopySemantics()

This commit is contained in:
Vern Paxson 2021-03-18 17:12:23 -07:00
parent a7fcc7a5d8
commit 3e07564fb9
3 changed files with 3 additions and 3 deletions

View file

@ -213,7 +213,7 @@ public:
/**
* Whether the function's closure uses copy semantics.
*/
virtual bool CopySemantics() const;
virtual bool HasCopySemantics() const;
/**
* Serializes this function's closure or capture frame.