From 357fdc2d0674e372cc3f230524405a44fcdf39c9 Mon Sep 17 00:00:00 2001 From: Vlad Lysyy Date: Mon, 29 Jul 2024 12:55:59 +0100 Subject: [PATCH] undef RIGTORP_SEQLOCK_NOINLINE in the end of Seqlock.h OCD --- include/rigtorp/Seqlock.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/rigtorp/Seqlock.h b/include/rigtorp/Seqlock.h index c451337..679e77a 100644 --- a/include/rigtorp/Seqlock.h +++ b/include/rigtorp/Seqlock.h @@ -79,3 +79,5 @@ template class Seqlock { "sizeof(Seqlock) should be a multiple of kFalseSharingRange"); }; } + +#undef RIGTORP_SEQLOCK_NOINLINE