mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-23 08:59:43 +00:00
Try removing mutable
This commit is contained in:
parent
648e6703dd
commit
244aa5262b
@ -449,7 +449,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