fix for mutable problem, thanks Peter Klotz

[SVN r48270]
This commit is contained in:
Emil Dotchevski
2008-08-20 21:48:35 +00:00
parent e05771c0c4
commit 14765312e2
3 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ boost
private:
detail::atomic_count mutable count_;
mutable detail::atomic_count count_;
void
add_ref() const