diff options
author | Akio Nakamura <nakamura@dgtechnologies.co.jp> | 2018-07-05 20:04:48 +0900 |
---|---|---|
committer | Akio Nakamura <nakamura@dgtechnologies.co.jp> | 2018-07-05 20:04:48 +0900 |
commit | 1fc605a8aea247b2d5776c22b3e187d1b190fd99 (patch) | |
tree | 275ea4556027d595ef4a25ab227a27b55bcd216f /src/httprpc.cpp | |
parent | b77c38e06c7f7383066f921db628a3616946cfe5 (diff) |
fix bench/prevector.cpp
1. PrevectorClear()
2nd call of clear() should to operate t1 instead of t0.
This patch changes t0 to t1.
2. PREVECTOR_TEST()
PREVECTOR_TEST macro should to call both
PrevectorXX<nontrivial_t>(state) and PrevectorXX<trivial_t>(state)
by specific "name" which given by parameter instead of calling
PrevectorResize<>() regardless of "name".
This patch changes "PrevectorResize<" of this macro to
"Prevector ## name<".
Diffstat (limited to 'src/httprpc.cpp')
0 files changed, 0 insertions, 0 deletions