From 80cb7281ba7eea3e56b2bc24f73e1ec8785350d5 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 28 Sep 2022 20:08:41 +0200 Subject: [PATCH] reverted --- include/boost/unordered/detail/foa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 07504eb0..822b49ac 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -491,7 +491,7 @@ private: } } - unsigned char *pc; + unsigned char *pc=nullptr; Value *p=nullptr; };