From 126082c371d2320255ac8ff7d68bef25a919572d Mon Sep 17 00:00:00 2001 From: tanderson-google Date: Sun, 9 Jul 2017 20:31:50 -0700 Subject: Add std:: namespace prefix to set and map (#3332) * Remove using std::{set,map} --- src/google/protobuf/stubs/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/google/protobuf/stubs/common.h') diff --git a/src/google/protobuf/stubs/common.h b/src/google/protobuf/stubs/common.h index 60874e09..19d59843 100644 --- a/src/google/protobuf/stubs/common.h +++ b/src/google/protobuf/stubs/common.h @@ -227,10 +227,8 @@ class FatalException : public std::exception { // in some versions of MSVC. // TODO(acozzette): remove these using statements using std::istream; -using std::map; using std::ostream; using std::pair; -using std::set; using std::string; using std::vector; -- cgit v1.2.3