You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are dealing with various outside libraries, we should always avoid using using namespace ....
It is not important right now, but when we would be using gRPC or something other, they might have few functions clashing.
PS: there are two implementations of pthread, one by Google and the other is the standard one. Since we are not using threads right now, it is okay. But we do plan to use them in future so fix this.
The text was updated successfully, but these errors were encountered:
Vishal0703
added a commit
to Vishal0703/message-protobuf
that referenced
this issue
Mar 16, 2017
When we are dealing with various outside libraries, we should always avoid using
using namespace ...
.It is not important right now, but when we would be using gRPC or something other, they might have few functions clashing.
PS: there are two implementations of pthread, one by Google and the other is the standard one. Since we are not using threads right now, it is okay. But we do plan to use them in future so fix this.
The text was updated successfully, but these errors were encountered: