mirror of
https://github.com/google/benchmark.git
synced 2025-03-05 06:40:09 +08:00
Remove unnecessary `typename'.
This commit is contained in:
parent
47c304536e
commit
693967fe19
@ -51,7 +51,7 @@ struct ChooseSteadyClock<false> {
|
||||
|
||||
struct ChooseClockType {
|
||||
#if defined(HAVE_STEADY_CLOCK)
|
||||
typedef typename ChooseSteadyClock<>::type type;
|
||||
typedef ChooseSteadyClock<>::type type;
|
||||
#else
|
||||
typedef std::chrono::high_resolution_clock type;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user