Modern C++ coding practices discourage the use of 'using namespace std'
even in implementation files. Given that C++11 will include a lot of
stuff that clashes with functionality in boost, I think it's worth to
always explicitly qualify both. I volunteer to do this task in the KiCad
codebase.

What do the KiCad developers think about this idea? KiCad currently has
only 23 uses of 'using namespace std' so the patch won't be large.

Regards,
Povilas


_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to