HomePhabricator

Remove `using namespace std` from header file
09eb201b1b3eUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove using namespace std from header file

It's considered bad form to import things into the global namespace in a
header. Put it in the cpp files where it is needed instead.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jun 16 2014, 14:30
deadalnixPushed on May 14 2017, 22:04
Parents
rABC807691ca96a1: Merge pull request #4326
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC09eb201b1b3e: Remove `using namespace std` from header file (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jun 16 2014, 15:42