Conversation
mwestphal
left a comment
There was a problem hiding this comment.
python wheel superbuild CI cache number should be changed to trigger a rebuild
can you point the line that needs to be changed please ? |
https://github.com/f3d-app/f3d-superbuild/blob/main/.github/actions/wheels/action.yml#L44 Sorry, I was in a rush yesterday. |
no worries, updated |
| #include <string> | ||
| #include <cmath> | ||
| #include <algorithm> | ||
| -#include <format> |
There was a problem hiding this comment.
is webifc C++20 ? I dont think they advertise it, maybe we should ask if they want this patch.
There was a problem hiding this comment.
they have set(CMAKE_CXX_STANDARD 20) in their cmakelists so it seems they are
There was a problem hiding this comment.
however, format is the only c++20 usage
There was a problem hiding this comment.
got it, ill ask them on their forum then
There was a problem hiding this comment.
no answer yet, ill let uyou know if they do.
No description provided.