GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
761 stars 60 forks source link

Use unique_ptr or vector in preference to new/delete #104

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

This closes #102 and closes #99

timhutton commented 3 years ago

@andykt Hi Andrew. (Or anyone.) Is C++14 likely to cause problems on any platforms you're aware of? From the build it seems to be fine on Ubuntu 16.04 and macOS 10.14. I guess it only affects the machine we build on.