lb90
lb90
> I would love to see a PR from community, if anyone is interested I can give detailed pointers about what needs to be done. Hi, I can work on...
Hi @tmikov! Yes
For reference, here's an actual stack trace which shows how libepoxy may end up calling egl functions without the system providing EGL: ``` #0 0x00007ff8c8eb3c0e in egl_provider_resolver (name=0x7ff8c8f04cf5 "eglGetCurrentDisplay", providers=0x5fb8fe,...
Some news on the MSVC side: https://devblogs.microsoft.com/cppblog/introducing-source-dependency-reporting-with-msvc-in-visual-studio-2019-version-16-7/
Superseded by #14482, closing!
This is fixed now, I guess?
Ah, true! Sorry, I was mistaken 😄
Hi! Just wondering but....isn't this an issue in clang's `libc++`? **EDIT:** I'm building a debug version of libc++ to see what's causing the `terminate()` call
Hi @kevinbackhouse! The following code has an issue: ```c++ #include int main() { setlocale(LC_ALL, "en_US.UTF-8"); setlocale(LC_ALL, "Norwegian Bokm\xE5l_Norway.1252"); } ``` It starts by setting the narrow string charset to UTF-8....
Should be fixed now