File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
18- os : [ubuntu-latest, windows-latest]
19- # os: [ubuntu-latest, windows-latest, macOS-latest]
18+ os : [ubuntu-latest, windows-latest, macOS-latest]
2019
2120 steps :
2221 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 66#include < string>
77#include < tuple> // this should be removed
88#include < type_traits>
9- #include < iosfwd>
9+ #include < complex>
10+ #include < memory>
1011
1112ZEROERR_SUPPRESS_COMMON_WARNINGS_PUSH
1213
Original file line number Diff line number Diff line change 33
44#include " zeroerr/color.h"
55#include " zeroerr/internal/typetraits.h"
6- #include < complex>
76
87#ifdef __GNUG__
98#include < cxxabi.h>
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ TEST_CASE("log_test") {
1818 WARN (" Test Warning {print}" , " print data" );
1919
2020 ERR_IF (1 == 1 , " 1 == 1" );
21+
22+ for (int i = 0 ; i < 10 ; ++i) {
23+ LOG_EVERY_ (3 , " log every 3 times {i}" , i);
24+ }
2125}
2226
2327
Original file line number Diff line number Diff line change @@ -727,11 +727,11 @@ __attribute__((always_inline)) __inline__ static bool isDebuggerActive() { retur
727727#include < string>
728728#include < tuple> // this should be removed
729729#include < type_traits>
730- #include < iosfwd>
730+ #include < complex>
731+ #include < memory>
731732
732733ZEROERR_SUPPRESS_COMMON_WARNINGS_PUSH
733734
734- // those predefines can help to avoid include too many headers
735735
736736namespace zeroerr {
737737
@@ -1291,7 +1291,6 @@ ZEROERR_SUPPRESS_COMMON_WARNINGS_POP
12911291
12921292
12931293
1294- #include < complex>
12951294
12961295#ifdef __GNUG__
12971296#include < cxxabi.h>
You can’t perform that action at this time.
0 commit comments