Jean-Michaël Celerier

Results 670 comments of Jean-Michaël Celerier

pushed with clang++ from the clang sdk extension being used, let's see. Can I trigger bot builds myself to not have to hassle you until it works ?

current commit builds & run locally

``` #if (_MSC_VER >= 1900) #include #elif #defined (__has_include) #if __has_include () #include #endif //here a hypothetical case of a windows compiler with __has_include and without stdbool.h would fail. Though...

Hm, this happens here in an up-to-date ArchLinux container, assuming boost_1_85_0 extracted in $PWD : ```bash $ docker run -v $PWD:/src -it archlinux:latest $ pacman -Sy $ pacman -S clang...

Is there a single-command easy invocation to get current boost develop ? I'm not sure I want to clone every repo...

issue is solved in more recent versions of clang so closing

can confirm that this fixes the issue on my end too, thanks! Tested on MSYS2 clang64, ucrt64 and mingw64 on windows 11

I am seeing hefty warnings on clang64 though, just in case: ``` [31/183 21.0/sec] Building C object 3rdparty/libossia/3rdparty/libcoap/CMakeFiles/coap-3.dir/src/coap_io.c.obj D:/dev/ossia/score/3rdparty/libossia/3rdparty/libcoap/src/coap_io.c:863:14: warning: defining a type within '__builtin_offsetof' is a C23 extension [-Wc23-extensions]...