Support for c++14 or c++17

Hi Particle! I’m really loving my Photon and am making a great product, but recently found myself hung up on a silly memory leak. Smart pointers to the rescue, but I’m missing really obvious standard tools like make_unique from c++14. I’m also into generic programming, and have some awesome template classes that would benefit from c++17.

Can you update compiler support for more modern C++, or maybe am I missing how to enable support?

1 Like