leapmotion / autowiring

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

Use std::tuple where available #1039

Closed yeswalrus closed 6 years ago

yeswalrus commented 6 years ago

Replace custom tuple implementations with std::tuple & related types. Retains the old code as a shim for older versions of visual studio

yeswalrus commented 6 years ago

Aborting - too much hassle creating compatibility shims for partial implementations in various gcc versions. We can pursue this again when we don't need to support pre-c++14 compilers anymore