]> OCCT Git - occt.git/commit
0028186: Foundation Classes, NCollection_List - methods "Remove" and "Contains" preve...
authorkgv <kgv@opencascade.com>
Mon, 5 Dec 2016 09:57:27 +0000 (12:57 +0300)
committerapn <apn@opencascade.com>
Thu, 8 Dec 2016 14:02:48 +0000 (17:02 +0300)
commit2a79a1aeb48d175b76a3907bae9e92678b367a9d
treeb933196ac1848697afc5473fd4512f81af9dd160
parent20ef5652b7b5c166ab3eb7010ab4f0b7bdc858f0
0028186: Foundation Classes, NCollection_List - methods "Remove" and "Contains" prevent template usage

::Remove() and ::Contains() are now defined as template methods
to allow using NCollection_List with types without quality operator.
src/NCollection/NCollection_List.hxx
src/NCollection/NCollection_StlIterator.hxx