Uh oh!
There was an error while loading. Please reload this page.
DPL: refactor ConfigParamRegistry to use C++20 - #13850
Conversation
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
alibuild
commented
Jan 10, 2025
Error while checking build/O2/fullCI for 48757bd at 2025-01-10 13:36: Full log here. |
alibuild
commented
Jan 10, 2025
Error while checking build/O2/fullCI for c4a029d at 2025-01-10 14:58: Full log here. |
Use constraints to make sure we can out-of-line known types of parameter. Remove the need to include Array2D.h when not used. Reduce dependence on ptree, in particular moving the helper methods out of line.
ktf
commented
Jan 11, 2025
macOS tested separately. Merging. |
Use constraints to make sure we can out-of-line known
types of parameter.
Remove the need to include Array2D.h when not used.
Reduce dependence on ptree, in particular moving the helper methods
out of line.