Skip to content

Commit

Permalink
[RF] Try RooFit build with memory safe interfaces in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed May 31, 2023
1 parent 4628ce4 commit 5dc26c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roofit/roofitcore/inc/RooFit/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Define ROOFIT_MEMORY_SAFE_INTERFACES to change RooFit interfaces to be
// memory safe.
//#define ROOFIT_MEMORY_SAFE_INTERFACES
#define ROOFIT_MEMORY_SAFE_INTERFACES

// The memory safe interfaces mode implies that all RooFit::OwningPtr<T> are
// std::unique_ptr<T>.
Expand Down

0 comments on commit 5dc26c3

Please sign in to comment.