getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] [[fallthrough]]


From: Tetsuo Koyama
Subject: Re: [Getfem-users] [[fallthrough]]
Date: Tue, 12 Mar 2019 23:01:53 +0900

Dear Andriy

Thank you for comment out fallthrough.
Now I think that the best way is to wait until the code of GetFEM upgrade to C++17.

So,  I wouln't do any modification in this time.

Best Regard Tetsuo


2019年3月9日(土) 5:37 Tetsuo Koyama <address@hidden>:
Dear Andriy

Thank you for your email. I agree your comment about my commit. I'll update it and contact you later.

Best Regard Tetsuo


2019年3月8日(金) 22:22 Andriy Andreykiv <address@hidden>:
Dear Tetsuo Koyama,

A few weeks ago you introduced [[fallthrough]] in a few places of Getfem.
I completely agree with your intention but the problem with this feature is that
it's supported only as of C++17. Many users including us are not yet capable to
upgrade to the compilers that support this standard. Default compilation of getfem
is currently at C++ 11, but may be GCC supports it (I don't know).

May I ask you to replace [[fallthrough]] with some kind of macro that is only triggered
when standard 17 is being used?

Thank you,
                    Andriy

reply via email to

[Prev in Thread] Current Thread [Next in Thread]