mirror of
https://github.com/pybind/pybind11.git
synced 2024-12-03 02:17:12 +00:00
Remove mutable (fixes oversight in the previous commit).
This commit is contained in:
parent
4193375ed6
commit
b020e04275
@ -498,7 +498,7 @@ public:
|
||||
const object &trace() const { return m_trace; }
|
||||
|
||||
private:
|
||||
mutable object m_type, m_value, m_trace;
|
||||
object m_type, m_value, m_trace;
|
||||
mutable std::string m_lazy_what;
|
||||
};
|
||||
#if defined(_MSC_VER)
|
||||
|
Loading…
Reference in New Issue
Block a user