15 Dec
2019
15 Dec
'19
5:17 p.m.
You can instead depend on boost_filesystem sans error warns with:
run test_stdio.cpp : : : <library>/boost/filesystem//boost_filesystem/<warnings-as-errors>off ;
Thanks this did work to some extent. But I'm still getting errors from other libs headers files included by my lib. Probably not much can to be done about that :-/ FTR: Errors are from e.g. - BOOST_DEFAULTED_FUNCTION(directory_iterator(directory_iterator const& that), : m_imp(that.m_imp) {}) -> unused param with c++11 and oldish g++ - locale/utf.hpp:224:17: error: this statement may fall through [-Werror=implicit-fallthrough=] on newer g++ (known issue, PR exists)