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
In the file libraries/eosilib/core/eosio/binary_extenstion.hpp There are two value_or functions one with const restriction and one without. Clearly the object state is modified, and the second function will never work, removing the restrictive, const only function from the code and keeping the first value_or impl.
In the file
libraries/eosilib/core/eosio/binary_extenstion.hpp
There are twovalue_or
functions one with const restriction and one without. Clearly the object state is modified, and the second function will never work, removing the restrictive, const only function from the code and keeping the firstvalue_or
impl.The text was updated successfully, but these errors were encountered: