On Tue, Aug 5, 2014 at 4:53 AM, <[email protected]> wrote: > > Comment #11 on issue 195 by [email protected]: common.h should not > have "using namespace std;" > http://code.google.com/p/protobuf/issues/detail?id=195 > > Hello google ! > > I just ran into this "using namespace std;" in common.h... > > Do you guys have any plans to remove this ugly using from the header file ? > No.
> > It would be easier for my project to use the whole google::protobuf > namespace, but I cannot do that otherwise I use the whole std namespace > too, which I do not want. Please don't do that. Your project should use its own namespace. > > > > > -- > You received this message because this project is configured to send all > issue notifications to this address. > You may adjust your notification preferences at: > https://code.google.com/hosting/settings > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
