mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0027794: A danger in the 'NCollection_Vector' initializing constructor
Constructor of NCollection_Vector is now declared as explicit.
This commit is contained in:
parent
0d5880e11a
commit
3a5a656c15
@ -152,8 +152,8 @@ public:
|
||||
public: //! @name public methods
|
||||
|
||||
//! Constructor
|
||||
NCollection_Vector (const Standard_Integer theIncrement = 256,
|
||||
const Handle(NCollection_BaseAllocator)& theAlloc = NULL) :
|
||||
explicit NCollection_Vector (const Standard_Integer theIncrement = 256,
|
||||
const Handle(NCollection_BaseAllocator)& theAlloc = NULL) :
|
||||
NCollection_BaseVector (theAlloc, initMemBlocks, sizeof(TheItemType), theIncrement)
|
||||
{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user