Fix Problem::create() which was segfaulting!
We use `new` and not `make_shared` since the Problem constructor is private and cannot be passes to `make_shared`.
Loading
Please register or sign in to comment
We use `new` and not `make_shared` since the Problem constructor is private and cannot be passes to `make_shared`.