DescriptionRemove "using namespace std" from dwarf2reader.h. Using-directives are forbidden by the style guide, and are bad practice in headers even under style rules that tolerate this construct. This fixes warnings such as: In file included from dwarf2reader.cc:34: dwarf2reader.h:53:17: warning: using namespace directive in global context in header [-Wheader-hygiene] Committed r862 Patch Set 1 #
MessagesTotal messages: 3
|