leapmotion / autowiring

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

Additional fix std::filesystem with /std:c++17 #1060

Closed ipoliop-8 closed 6 years ago

ipoliop-8 commented 6 years ago

The change in #1058 was incomplete as this constant is checked in two places. Fix it in the second one as well.

jdonald commented 6 years ago

@shanshan0309 could you test this out? Sorry that it has taken too many iterations to get this right.

shanshan0309 commented 6 years ago

@jdonald. Thank you. I tried your fix and it works well.