File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
DataFormats/MemoryResources/include/MemoryResources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class SpectatorMemoryResource : public boost::container::pmr::memory_resource
163163 {
164164 if (p == mPointer ) {
165165 mBuffer .reset ();
166- mPointer = 0 ;
166+ mPointer = nullptr ;
167167 } else if (mPointer == nullptr ) {
168168 // there is an error in the logic flow, this should never be called more than once
169169 throw std::logic_error (" underlying controlled resource has been released already" );
Original file line number Diff line number Diff line change 2323#include < sys/wait.h>
2424#include < pthread.h> // to set cpu affinity
2525#include < cmath>
26- #include < signal.h >
26+ #include < csignal >
2727#include < unistd.h>
2828
2929#include " rapidjson/document.h"
You can’t perform that action at this time.
0 commit comments