]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/binding/deviceoptions.cpp
Replaced using namespace with using class directives
[pulseview.git] / pv / prop / binding / deviceoptions.cpp
index ff7be104feb8406af3bdcfc4bd22c7dd34ef0e2b..35541fbf8b8cca292560608c1ac9822c77fc385f 100644 (file)
 #include <pv/prop/enum.h>
 #include <pv/prop/int.h>
 
-using namespace boost;
-using namespace std;
+using boost::bind;
+using boost::function;
+using boost::optional;
+using boost::shared_ptr;
+using std::make_pair;
+using std::pair;
+using std::string;
+using std::vector;
 
 namespace pv {
 namespace prop {