🧹 use inline constexpr in headers instead of static constexpr #124
checks.yml
on: push
cpp-linter
51s
Check C++ style
17s
Annotations
5 errors and 2 warnings
/src/definitions.hpp:28:9 [cppcoreguidelines-macro-usage:
src/definitions.hpp#L28
variadic macro 'output_inter' used; consider using a 'constexpr' variadic template function
|
/src/definitions.hpp:29:9 [cppcoreguidelines-macro-usage:
src/definitions.hpp#L29
variadic macro 'error_inter' used; consider using a 'constexpr' variadic template function
|
/src/definitions.hpp:30:9 [cppcoreguidelines-macro-usage:
src/definitions.hpp#L30
variadic macro 'warning_inter' used; consider using a 'constexpr' variadic template function
|
/src/definitions.hpp:31:9 [cppcoreguidelines-macro-usage:
src/definitions.hpp#L31
variadic macro 'info_inter' used; consider using a 'constexpr' variadic template function
|
/src/definitions.hpp:32:9 [cppcoreguidelines-macro-usage:
src/definitions.hpp#L32
variadic macro 'success_inter' used; consider using a 'constexpr' variadic template function
|
Check C++ style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cpp-linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|