Блог пользователя yangchang

Автор yangchang, история, 7 дней назад, По-английски

c++17 on Linux AC

c++20 on Windows RE

As you can see, C++20 on Windows got RE. The only reason is C++20's unconfigured infinite recursion stack.

  • Проголосовать: нравится
  • +9
  • Проголосовать: не нравится

»
7 дней назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

Auto comment: topic has been updated by yangchang (previous revision, new revision, compare).

»
7 дней назад, # |
  Проголосовать: нравится -8 Проголосовать: не нравится

Auto comment: topic has been updated by yangchang (previous revision, new revision, compare).

»
7 дней назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

As you can see, the stack limit is always 256 MB. The difference is that the 64-bit compiler obviously consumes more memory (in this case, in the stack). Also, as of now, no compiler is judged under Linux.

»
7 дней назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Why do you say on Linux/Windows? There's nothing in these submissions indicating it, different compiler versions are unrelated to OS.