在 2021-04-24 01:08, Christoph Reiter 写道:
Someone reported a build error using this commit with the logs
referencing quick_exit(). Could this be related?

https://github.com/r-windows/rtools-testing/runs/2420378991?check_suite_focus=true
(you need to be logged in to see the logs)


That using-declaration is only visible when `_GLIBCXX_HAVE_AT_QUICK_EXIT` is defined, so I suspect the updated header had been installed correctly, but somewhere the old header was used.


Does this program compile and run with that commit?

```
#define _GLIBCXX_HAVE_QUICK_EXIT 1
#include <cstdlib>

int main()
  {
    ::std::quick_exit(0);
  }
```


--
Best regards,
Liu Hao

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to