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