benchmark icon indicating copy to clipboard operation
benchmark copied to clipboard

Can't run/debug on visual studio 2022

Open khlorz opened this issue 2 years ago • 0 comments

I've managed to build the library by following the install manual. I've tried running the sample code on visual studio 2022. It runs however, it always throws an exception. An access violation reading location on StartKeepRunning() function inside inline BECNHMARK_ALWAYS_INLINE State::StateIterator State::end() when it runs on Release mode. An access violation reading location on some mutex header when it runs on Debug mode. Is there a way to fix this?

khlorz avatar Jul 25 '22 12:07 khlorz