Reduce some general usings a bit.
authorCarl Hetherington <cth@carlh.net>
Sat, 24 Feb 2024 20:36:54 +0000 (21:36 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 25 Feb 2024 18:58:13 +0000 (19:58 +0100)
src/dcp_time.cc

index 0bd0a4096c96d47f5e0d74421ceeeabf1f31dbc0..e21eaf2794aa8d37ef25c0705f2f547d8ceb5018 100644 (file)
 #include <cmath>
 
 
-using namespace std;
-using namespace boost;
+using std::ostream;
+using std::string;
+using std::vector;
+using boost::is_any_of;
+using boost::optional;
 using namespace dcp;