File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3434 shortosname : ubu-24
3535 compiler : clang++-19
3636 cxx_std : c++23
37- stdlib : libc++-19 -dev
37+ stdlib : libc++-18 -dev
3838 - os : ubuntu-22.04
3939 shortosname : ubu-22
4040 compiler : clang++-15
8484 if : matrix.os == 'ubuntu-24.04'
8585 run : |
8686 sudo sudo apt-get install clang-19
87- sudo sudo apt-get install libc++-19-dev -y
8887
8988 - name : Run regression tests - Linux and macOS version
9089 if : startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
Original file line number Diff line number Diff line change 261261 #include < cstddef>
262262 #include < cstdint>
263263 #include < cstdio>
264+ #include < cstdlib>
264265 #ifndef CPP2_NO_EXCEPTIONS
265266 #include < exception>
266267 #endif
301302 #include < vector>
302303#endif
303304
305+ #ifndef EXIT_FAILURE
306+ #define EXIT_FAILURE 1
307+ #endif
308+
304309// cpp2util.h uses signed integer types for indices and container sizes
305310// so disable clang signed-to-unsigned conversion warnings in this header.
306311#ifdef __clang__
You can’t perform that action at this time.
0 commit comments