mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 18:45:11 +01:00
Add missing return statement to CustomAllocator::operator=
This commit is contained in:
parent
c5f2852029
commit
187c66d06c
@ -50,6 +50,8 @@ public:
|
|||||||
{
|
{
|
||||||
allocFn = other.allocFn;
|
allocFn = other.allocFn;
|
||||||
freeFn = other.freeFn;
|
freeFn = other.freeFn;
|
||||||
|
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
pointer address(reference r)
|
pointer address(reference r)
|
||||||
|
Loading…
Reference in New Issue
Block a user