mirror of
https://github.com/pybind/pybind11.git
synced 2024-12-02 09:57:14 +00:00
Remove unnecessary initialization
This commit is contained in:
parent
225dbae67e
commit
f8d3ed22bf
@ -457,7 +457,7 @@ public:
|
|||||||
const object &trace() const { return m_trace; }
|
const object &trace() const { return m_trace; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
mutable std::string m_lazy_what{};
|
mutable std::string m_lazy_what;
|
||||||
mutable object m_type, m_value, m_trace;
|
mutable object m_type, m_value, m_trace;
|
||||||
};
|
};
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
Loading…
Reference in New Issue
Block a user