mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-21 16:09:22 +00:00
Remove unnecessary mutable
This commit is contained in:
parent
e0d8d0ec8b
commit
d32bc917df
@ -458,7 +458,7 @@ public:
|
||||
|
||||
private:
|
||||
mutable std::string m_lazy_what;
|
||||
mutable object m_type, m_value, m_trace;
|
||||
object m_type, m_value, m_trace;
|
||||
};
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(pop)
|
||||
|
Loading…
Reference in New Issue
Block a user