From fcedc150820e896e82e428af074d6ee8c106b69c Mon Sep 17 00:00:00 2001 From: Vijay Pai <vpai@google.com> Date: Fri, 5 Jun 2015 03:47:11 -0700 Subject: [PATCH] Use typedef rather than using to make Travis happy --- test/cpp/qps/interarrival.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/qps/interarrival.h b/test/cpp/qps/interarrival.h index d8accc1d8a..6352b58240 100644 --- a/test/cpp/qps/interarrival.h +++ b/test/cpp/qps/interarrival.h @@ -115,7 +115,7 @@ class ParetoDist GRPC_FINAL : public RandomDist { // in an efficient re-entrant way. The random table is built at construction // time, and each call must include the thread id of the invoker -using qps_random_engine = std::default_random_engine; +typedef std::default_random_engine qps_random_engine; class InterarrivalTimer { public: -- GitLab