forked from boostorg/exception
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