Replace owning naked IStream pointers with unique_ptrs
This commit is contained in:
parent
7d0770adf2
commit
3ec63324a8
4 changed files with 7 additions and 12 deletions
|
@ -110,8 +110,6 @@ namespace Catch {
|
|||
std::chrono::milliseconds benchmarkWarmupTime() const override;
|
||||
|
||||
private:
|
||||
|
||||
IStream const* openStream();
|
||||
ConfigData m_data;
|
||||
|
||||
Detail::unique_ptr<IStream const> m_stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue