Skip to content

Commit

Permalink
remove broad 'using namespace boost'
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Jul 20, 2022
1 parent 950032f commit 161097d
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 161097d

Please sign in to comment.