You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Int64 default constructor non-const in native mode (#916)
To be compatible with the emulated `Int64` class and backwards compatible, make
the native `Int64` class constructor non-const.
Add a new private const constructor for the static const fields.
Not updating the changelog as the `Int64` improvements are already in teh
changelog and we haven't released a version with the previous changes.
0 commit comments