mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-12 18:20:27 +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;
|
||||
freeFn = other.freeFn;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
pointer address(reference r)
|
||||
|
Loading…
Reference in New Issue
Block a user