Skip to content

Commit

Permalink
Explicit std:: name space, seems to make compiler happy
Browse files Browse the repository at this point in the history
This hopefully fixes the build errors on isnan() usage on the
Ubuntu 16 platform, and also makes it clear which isnan() we use
here.
  • Loading branch information
zwoop committed Mar 14, 2017
1 parent 8e5b9ea commit ec917ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/traffic_manager/metrics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
#include "WebOverview.h"
#include "metrics.h"

using namespace std;

struct Evaluator {
Evaluator() : rec_name(nullptr), data_type(RECD_NULL), ref(-1) {}
~Evaluator()
Expand Down

0 comments on commit ec917ab

Please sign in to comment.