leapmotion / autowiring

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

Modify code to support C++17 #1055

Closed gittyupagain closed 6 years ago

gittyupagain commented 6 years ago

With the release of C++17, several already deprecated STL functions have been removed. In order to support compilers that adhere strictly to the standard, this PR removes use of those old functions.