Re: [DISCUSS] Update backend c++ standard to gnu20

2022-07-22 Thread Yuxuan Cheng
邮件 -- > 发件人: > "dev" > < > yangz...@gmail.com>; > 发送时间: 2022年5月9日(星期一) 下午4:56 > 收件人: "dev" > 主题: Re: [DISCUSS] Update backend c++ stan

Re: [DISCUSS] Update backend c++ standard to gnu20

2022-07-22 Thread Adonis Ling
; compatibility problems. > > > > > > -- 原始邮件 -- > 发件人: > "dev" > < > yangz...@gmail.com>; > 发送时间: 2022年5月9日(星期一) 下午4:56 >

Re: [DISCUSS] Update backend c++ standard to gnu20

2022-05-09 Thread zhg yang
I checked the support of gcc[1] and clang[2] for the cxx20 standard, gcc can partially support it, but the support of clang is poor. If it is upgraded, how to ensure the compatibility of the code under gcc and clang [1] https://gcc.gnu.org/projects/cxx-status.html#cxx20 [2] https://clang.llvm.org/