Compiler support of GNU Statement Expression

后端 未结 3 1599
别跟我提以往
别跟我提以往 2020-12-03 21:00

Which modern compilers support the Gnu Statement expression (C and C++ languages). What versions should I have to use a statement expressions?

Statement expression i

3条回答
  •  抹茶落季
    2020-12-03 21:14

    The Intel C++ Compiler does not support statement expressions, even the last version that I know, version 13.0.

提交回复
热议问题