mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-11 01:26:58 +00:00
Try removing mutable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user