benchmark
benchmark copied to clipboard
Can't run/debug on visual studio 2022
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?