Wu Yongwei

Results 35 comments of Wu Yongwei

The problem seems solved, as the colour switch between steps 5 and 6 ceases to happen now in the current Vim 9 build. However, a similar colour switch will happen...

It may also be worth mentioning that using `std::copy` on `gsl::span` iterators causes pathetic performance on major compilers except for MSVC, which has a special workaround. Using `std::copy`, there are...

I think the Core Guidelines are supposed to be a collection of best practices, so it might be a bit too early to specify which suffix should be used for...

If people agree to the changes, I can put down words explaining this issue. The enforcement part is more complicated, but still doable. If the `TP&&` parameter is not forwarded...

More generally, today I find that the clang++ compilers (version 14 and 15) on Ubuntu 22.04 LTS cannot find <iostream>...

I have solved the problem on my computer, after some more investigations. For some reasons gcc-12 is installed on my system (I do not think I did it), and clang...

A reference: https://en.wikipedia.org/wiki/Decimal_mark Honestly, I did not know there are more countries that use a decimal comma than countries that use a decimal point. Some interesting points: > In 1958,...

The default C locale never uses such conventions. It is inconsistent with the rest of the system in its default behaviour. Inconsistency is always a bad thing. > According to...

正好看到这个讨论,去邮件列表问了一下 CWG 315 和 CWG 2823 的冲突。得到的回复是: > That issue [CWG 315] is more than 20 years old. Meanwhile, the direction of CWG has changed towards a uniform treatment of...

@frederick-vs-ja 原始的 CWG 315 就是你说的语义,不真正访问就不算有问题。但现在 CWG 的态度是统一处理。同一封邮件里还写到: > Some people are unhappy with that outcome, but CWG feels a paper to EWG with analysis and rationale is needed to change...