Kaydet (Commit) d2f3756d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No std container requires operator >

Change-Id: Ic5befe71c9cb4ffa37b3298b269bcd7ef713b937
üst 01a93d34
......@@ -213,13 +213,6 @@ public:
{
return (m_rInnerRef < handle.m_rInnerRef);
}
/** Needed to place VclPtr's into STL collection.
*/
inline bool operator> (const VclPtr<reference_type> & handle) const
{
return (m_rInnerRef > handle.m_rInnerRef);
}
}; // class VclPtr
template<typename T1, typename T2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment