Move from C++20 to C++23 #11
Annotations
10 errors and 1 warning
Build:
src/libinfiz/Evaluator.hpp#L9
'format' file not found [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L20
no member named 'gcd' in namespace 'std' [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L59
no type named 'floating_point' in namespace 'std' [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L59
unknown type name 'Float'; did you mean 'float'? [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L61
unknown type name 'Float'; did you mean 'float'? [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L61
unknown type name 'Float'; did you mean 'float'? [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L64
non-static data member cannot be constexpr; did you intend to make it const? [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L64
'operator<=' cannot be the name of a variable or data member [clang-diagnostic-error]
|
Build:
src/libinfiz/RationalNumber.hpp#L64
expected ';' at end of declaration list [clang-diagnostic-error]
|
Build:
src/libinfiz/StringTokenizer.hpp#L43
no type named 'string_view' in namespace 'std' [clang-diagnostic-error]
|
The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583
|
The logs for this run have expired and are no longer available.
Loading