Avoid heap-allocation of ParticleDataTable
- prefer
optional
overunique_ptr
to create a 'nullable' object which avoids the need for the explicit heap allocation of ParticleDataTable
Merge request reports
Activity
Please register or sign in to reply