On 04/23/2016 12:57 PM, Peter Foley wrote: > Don't unconditionally include all of namespace std
I agree it's good practice avoid "using namespace std;" in API headers, so you don't force that on the library's users. However, IMO removing std from all the source files is needless churn. It's perfectly fine for a project to unconditionally use std internally as many projects do, and as dyninst has for a long time. Is there a real problem you're trying to solve here? _______________________________________________ Dyninst-api mailing list Dyninst-api@cs.wisc.edu https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api