mirror of
https://github.com/google/benchmark.git
synced 2024-12-28 05:20:14 +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