Hi,
I’m seeing a couple of crashes on startup when compiling TextMate with Clang 5 using c++1z. But, if compiled using the c++14 flag, everything is fine. I am not sure what has changed between c++14 and c++17 with regard to object lifetimes. Any ideas?
Links to the crash reports:
https://gist.github.com/rdwampler/13be77b93f8ff1f9f6a372576c8bc009 https://gist.github.com/rdwampler/f412a5dafd9c2f19b5f60b18375a3ce6
Ron