Merged revision 57138 from trunk. Fixed compilation for Intel compiler.

[SVN r57361]
This commit is contained in:
Andrey Semashev
2009-11-04 16:21:19 +00:00
parent 13ec966bd1
commit 82c61d82ae

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