LIU Hao
LIU Hao
https://github.com/Alinshans/MyTinySTL/blob/62ef9ef4a4f20001a1136ebc01d52d8558f3d6d8/MyTinySTL/basic_string.h#L1743
Someone has to test this. I don't maintain clang builds myself.
Should we add support for clang++ and libcxx on Windows? If somebody wants to contribute, [here](http://llvm.org/svn/llvm-project/libcxx/trunk/include/__threading_support) is some pseudo documentation.
### Optimizer Wish List - [x] Tail and Sibling Call Optimization (_abbr. mistakenly_ **TCO**) Note that _proper tail calls_ are a core language feature that cannot be disabled. - [x]...
The program ```go var i = 1; { i += 2; i *= 3; } std.io.putf("i = $1\n", i); // 9 ``` can be transformed to ```go var i =...
I am considering a demo release. Hereby I would like to hear about *your* opinion, what you wish, what you would like, what you propose, either as a core language...
**I am speaking for myself, not for the mingw-w64 project.** Recently, as usual however, there was a report about deadlocks in winpthreads [^1]. While I believe people are sincere and...
This has the effect of passing `--strip-all` instead of `--strip-unneeded` to `strip`, which can make installed executables a bit smaller. For example, stripping all symbols from `/mingw64/bin/gcc.exe` can reduce its...
Maybe this is a dup of #26902. The traditional mouse button for copy-and-then-paste on Linux is the middle button, while it is the right button on Windows. However, the notable...
The standard shortcut to close a window, on GNOME, MATE, and Windows, is Alt-F4. The hard-coded Ctrl-Q combination key is not only unnecessary, but can be easily mishandled, and it...