fixed some bugs

[SVN r21588]
This commit is contained in:
Jeremy Siek
2004-01-11 15:09:26 +00:00
parent 59340bca4c
commit 400f35cbb0

View File

@ -91,9 +91,9 @@ namespace detail
template <class T> template <class T>
struct read_write_proxy struct read_write_proxy
: assign_proxy<T> : read_proxy<T> // Use to inherit from assign_proxy, but that doesn't work. -JGS
, read_proxy<T>
{ {
read_write_proxy& operator=(T);
}; };
template <class T> template <class T>