Try removing mutable

This commit is contained in:
Aaron Gokaslan 2022-02-13 14:18:45 -05:00
parent 648e6703dd
commit 244aa5262b

View File

@ -449,7 +449,7 @@ public:
private: private:
mutable std::string m_lazy_what; 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) #if defined(_MSC_VER)
# pragma warning(pop) # pragma warning(pop)