leapmotion / autowiring

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

Fix a warning in clang 5 #1041

Closed yeswalrus closed 6 years ago

yeswalrus commented 6 years ago

-Wc++1z-compat-mangling doesn't seem to exist in the clang5 that ships with NDK 16b

jdonald commented 6 years ago

Looks good to me and works on Mac.