STL icon indicating copy to clipboard operation
STL copied to clipboard

Use `BENCHMARK` macro for template benchmarks

Open AlexGuteniev opened this issue 1 year ago • 1 comments

See https://google.github.io/benchmark/user_guide.html#templated-benchmarks

C++11 or newer, you can use the BENCHMARK macro with template parameters:

Related issue #4592

AlexGuteniev avatar May 08 '24 07:05 AlexGuteniev

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

StephanTLavavej avatar May 17 '24 19:05 StephanTLavavej

Thanks for noticing and fixing this inconsistency! :eagle: :eye: :magic_wand:

StephanTLavavej avatar May 21 '24 00:05 StephanTLavavej