You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
several VLA are declared. VLA is actually not C++ legal, and -pedantic compilation would fail. It is a G++ extension, and seems to be ok with clang as well.
It turns out that a test using vectors segfaulted the CI in #201 so this was reverted, and the present issue serves as a reminder
The text was updated successfully, but these errors were encountered:
In the lines starting at
lephare/src/lib/onesource.cpp
Line 847 in 86fa1da
several VLA are declared. VLA is actually not C++ legal, and
-pedantic
compilation would fail. It is a G++ extension, and seems to be ok with clang as well.It turns out that a test using vectors segfaulted the CI in #201 so this was reverted, and the present issue serves as a reminder
The text was updated successfully, but these errors were encountered: