OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Use `<filesystem>` feature detect #295

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

Try to detect feature directly, rather than infer it through a platform detect. This should work better with different versions of a compiler on the same platform.