leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
149 stars 17 forks source link

Allow building with newer standards than C++11 on non-MSVC platforms #1054

Closed gittyupagain closed 6 years ago

gittyupagain commented 6 years ago

We were incorrectly including our own version of make_unique.h when building with C++14 or newer on non-MSVC platforms.