RE: 64 bits Window binary compiled with VS 2013

You are viewing a single comment's thread from:

64 bits Window binary compiled with VS 2013

in steemit •  8 years ago  (edited)

Update2:
Thank you @abit. All the below code change compiled without error.

FC_CAPTURE_AND_LOG( (_user_agent_string) )

  • add a line friend bool operator<(const address& a, const address& b); >to class address
  • add an implementation to ip.cpp?
    bool operator<( const address& a, const address& b ) { return uint32_t(a) < uint32_t(b); }

Except the latest commit. It has 7 error:
4 reference to raw.hpp line 294:
c2668: fc::raw::unpack : ambiguous call to overload function
and 3 reference to variant.hpp line53:
c2668 fc::from_variant : abmiguous call to overload funciotn

I don't think it is related to the code change.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!