Fixed compilation problem with Intel compiler.

[SVN r57138]
This commit is contained in:
Andrey Semashev
2009-10-24 17:46:45 +00:00
parent 601361edd9
commit 327c9cab8d

View File

@@ -47,7 +47,7 @@ struct derivation_value_traits
{ return pointer(static_cast<T*>(detail::get_pointer(n))); }
static const_pointer to_value_ptr(const_node_ptr n)
{ return const_pointer(static_cast<T*>(detail::get_pointer(n))); }
{ return const_pointer(static_cast<const T*>(detail::get_pointer(n))); }
};
} //namespace intrusive