mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 15:31:06 +02:00
fix for mutable problem, thanks Peter Klotz
[SVN r48270]
This commit is contained in:
@ -98,7 +98,7 @@ boost
|
||||
|
||||
private:
|
||||
|
||||
detail::atomic_count mutable count_;
|
||||
mutable detail::atomic_count count_;
|
||||
|
||||
void
|
||||
add_ref() const
|
||||
|
Reference in New Issue
Block a user