flux-sched
flux-sched copied to clipboard
Fix compiler diagnostics for Ygg and Boost
As reported in PRs #1057 and #989 (specifically commit a8c3208a963b896a760b5c0d0e33f88f8da1f764), the move to new CI images and updated compilers has resulted in build errors related to maybe-uninitialized
values and missing-template-keyword
in Ygg and Boost.
Fix the builds to consider Ygg a system include, and fix the Boost-related errors.