Geoffrey Viola
Geoffrey Viola
We may want to add some documentation for how to add a new constant, after we settle on the presentation.
What is the expectation for this support? 1. What kind of packaging should be considered: source, binary, both? 2. What build tools, operating systems, and compiler tools should be supported?...
Sounds good. It might do the right thing in CMake 3.29.0: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8956. Maybe, we should expect users to run `cmake --build` any way that makes sense on their own. In...
What you have seems reasonable. I bet most people fallback to getting the source and including it via `add_subdirectory` 🙃 Do you have to do extra stuff to make `cpack`...
C++ doesn't specify a limit on macro identifier length. C99 and later specifies it as the first 63 characters. > Even though there is no specific limit on the length...
Good discussion 😄 There is some overlap with MISRA C++ 2023 guidelines. >Rule 7.0.6 Assignment between numeric types shall be appropriate ... ... the source size shall be smaller than...