<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">New software uses new libc++ features that older systems don’t support. </div><div class=""><br class=""></div><div class="">I put together a proof-of-concept technology preview here for a new libc++.dylib for older systems:</div><div class=""><br class=""></div><a href="https://github.com/macports/macports-ports/pull/10238" class="">https://github.com/macports/macports-ports/pull/10238</a><div class=""><br class=""></div><div class="">it allows std::filesystem, etc to be used on systems < 10.15.</div><div class=""><br class=""></div><div class="">I have a little demonstrator there too that requires these features, mkvtoolnix, updated as an example of how to use it.</div><div class=""><br class=""></div><div class="">No doubt there are warts / a better way forward, but I think this is a reasonable plan to start with, to see how this works out. </div><div class=""><br class=""></div><div class="">Nothing comes free, however — discussion re: ODR violation possibilities, etc, is here:</div><div class=""><br class=""></div><div class=""><a href="https://trac.macports.org/ticket/62426" class="">https://trac.macports.org/ticket/62426</a></div><div class=""><br class=""></div><div class="">Ken</div></body></html>