Skip to content
Snippets Groups Projects
Commit fcedc150 authored by Vijay Pai's avatar Vijay Pai
Browse files

Use typedef rather than using to make Travis happy

parent cf3fb092
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ class ParetoDist GRPC_FINAL : public RandomDist { ...@@ -115,7 +115,7 @@ class ParetoDist GRPC_FINAL : public RandomDist {
// in an efficient re-entrant way. The random table is built at construction // 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 // 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 { class InterarrivalTimer {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment