forked from catchorg/Catch2
Remove some uses of std::shared_ptr
This commit is contained in:
@@ -21,8 +21,8 @@ namespace Catch {
|
||||
return m_runner;
|
||||
}
|
||||
|
||||
IConfigPtr const& getConfig() const override {
|
||||
return m_config;
|
||||
IConfig const* getConfig() const override {
|
||||
return m_config.get();
|
||||
}
|
||||
|
||||
~Context() override;
|
||||
|
||||
Reference in New Issue
Block a user