RE: 64 Bit Window Binary compiled with VS2013 (Hardfork v0.15.0)

You are viewing a single comment's thread from:

64 Bit Window Binary compiled with VS2013 (Hardfork v0.15.0)

in steemit •  8 years ago 

Great! Glad to know you solved the issues (I was unable to help much).

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!
Sort Order:  

Thanks @abit.
Well, the problem was the commit adding fixed_string definition. I have pointed out the lines on Github flat.hpp line44, flat_fwd.hpp line20 and variant.hpp line 94. Those changes cause the ambiguous call to overloaded function. I decide to revert back to the previous codes to get rid of the errors.