doc: Correct linked Microsoft URLs

This commit is contained in:
Suriyaa Sundararuban
2022-12-29 19:09:22 +01:00
parent 3b6e0f0345
commit f84e445dee
5 changed files with 10 additions and 10 deletions

View File

@@ -1905,7 +1905,7 @@ PerformanceCounters& performanceCounters() {
// Windows version of doNotOptimizeAway
// see https://github.com/google/benchmark/blob/master/include/benchmark/benchmark.h#L307
// see https://github.com/facebook/folly/blob/master/folly/Benchmark.h#L280
// see https://docs.microsoft.com/en-us/cpp/preprocessor/optimize
// see https://learn.microsoft.com/en-us/cpp/preprocessor/optimize
# if defined(_MSC_VER)
# pragma optimize("", off)
void doNotOptimizeAwaySink(void const*) {}