mixer / interactive-cpp

C++ SDK for Mixer Interactivity
MIT License
25 stars 56 forks source link

fix: C++17 compliance Change the obsolete auto_ptr into the equivalent unique_ptr closes #94 #95

Closed Fritzbraun closed 6 years ago

Fritzbraun commented 6 years ago

fix: C++17 compliance

Change the obsolete auto_ptr into the equivalent unique_ptr

closes 94

Fritzbraun commented 6 years ago

I'm trying to use the preferred comment style, but can't work out where I should set that

ProbablePrime commented 6 years ago

Don't worry about our Commit style check, we can fix this in the merge.

ProbablePrime commented 6 years ago

Thank you for your contribution!