Skip to content

Commit 6a181e0

Browse files
committed
vpr: Remove using namespace std from place.cpp
1 parent c51c325 commit 6a181e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vpr/src/place/place.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <cmath>
33
#include <memory>
44
#include <fstream>
5-
using namespace std;
65

76
#include "vtr_assert.h"
87
#include "vtr_log.h"
@@ -37,6 +36,9 @@ using namespace std;
3736
#include "tatum/echo_writer.hpp"
3837
#include "tatum/TimingReporter.hpp"
3938

39+
using std::min;
40+
using std::max;
41+
4042
/************** Types and defines local to place.c ***************************/
4143

4244
/* Cut off for incremental bounding box updates. *

0 commit comments

Comments
 (0)