Skip to content

Commit

Permalink
Merge pull request #702 from eosnetworkfoundation/softfloat_float128_…
Browse files Browse the repository at this point in the history
…take2_31x

[3.1] remove broad 'using namespace boost' causing float128_t conflict; fixes builds w/ boost 1.80
  • Loading branch information
spoonincode authored Jul 20, 2022
2 parents 950032f + 161097d commit fd97e91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libraries/chain/abi_serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
#include <boost/algorithm/string/predicate.hpp>
#include <fc/io/varint.hpp>

using namespace boost;


namespace eosio { namespace chain {

const size_t abi_serializer::max_recursion_depth;

using boost::algorithm::starts_with;
using boost::algorithm::ends_with;
using std::string;
using std::string_view;
Expand Down

0 comments on commit fd97e91

Please sign in to comment.