fix implicit bigint to bool
This commit is contained in:
parent
cbc43a924c
commit
b02210a361
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace fc {
|
||||||
bigint& operator = ( const bigint& a );
|
bigint& operator = ( const bigint& a );
|
||||||
bigint& operator = ( bigint&& a );
|
bigint& operator = ( bigint&& a );
|
||||||
|
|
||||||
operator bool()const;
|
explicit operator bool()const;
|
||||||
|
|
||||||
bool is_negative()const;
|
bool is_negative()const;
|
||||||
int64_t to_int64()const;
|
int64_t to_int64()const;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue