Task #1481
closed
Change constructor of Validator classes
Added by Yingdi Yu over 10 years ago.
Updated over 10 years ago.
Description
In current implementation, the Face
member of Validator
is defined as shared_ptr<Face>
.
The constructor of Validator
also requires shared_ptr<Face>
.
This forces applications that use validators to allocate Face in heap.
In this task, we need to change shared_ptr<Face>
to Face&
.
- Assignee set to Yingdi Yu
- Status changed from New to Code review
- % Done changed from 0 to 100
- Status changed from Code review to In Progress
- % Done changed from 100 to 80
We can remove the old API now (in a new commit).
- Status changed from In Progress to Code review
- % Done changed from 80 to 100
- Category set to Security
- Status changed from Code review to Closed
- Target version set to v0.1
Also available in: Atom
PDF