ethereum / solidity

Solidity, the Smart Contract Programming Language
https://soliditylang.org
GNU General Public License v3.0
22.67k stars 5.62k forks source link

Remove `using namespace std` from testing tools, ossfuzz and yulPhaser #15110

Closed hydai closed 1 month ago

hydai commented 1 month ago

In this PR, I removed some of the using namespace std statements mentioned in #14403

github-actions[bot] commented 1 month ago

Thank you for your contribution to the Solidity compiler! A team member will follow up shortly.

If you haven't read our contributing guidelines and our review checklist before, please do it now, this makes the reviewing process and accepting your contribution smoother.

If you have any questions or need our help, feel free to post them in the PR or talk to us directly on the #solidity-dev channel on Matrix.

hydai commented 1 month ago

Hi @nikola-matic, I just added those folders into the scripts/check_style. Also, I modified the remaining files, so I changed the title to testing tools, ossfuzz and yulPhaser.