Fully qualified detail:: to work around a subtle VC 7.1 problem.

[SVN r32994]
This commit is contained in:
Peter Dimov
2006-02-18 19:17:33 +00:00
parent 8c256502cc
commit e427716dc2
2 changed files with 5 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ public:
pn.swap(other.pn);
}
void _internal_assign(T * px2, detail::shared_count const & pn2)
void _internal_assign(T * px2, boost::detail::shared_count const & pn2)
{
px = px2;
pn = pn2;
@@ -164,8 +164,8 @@ private:
#endif
T * px; // contained pointer
detail::weak_count pn; // reference counter
T * px; // contained pointer
boost::detail::weak_count pn; // reference counter
}; // weak_ptr