cypher token update; explicit bool operator
This commit is contained in:
parent
a21fe854c2
commit
183ec03730
@ -20,7 +20,7 @@ struct Token
|
||||
* {
|
||||
* }
|
||||
*/
|
||||
operator bool() const
|
||||
explicit operator bool() const
|
||||
{
|
||||
return id > 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user