Compilation with Boost 1.85 and GCC -14
Allows compilation for gcc 14. Changes depreciation leaf in boost.
EDIT PAL:
Original problem probably linked to the following changes removing header dependencies in the C++ standard library headers with GCC 13 and 14, leading to some implicit includes disappearing:
Merge request reports
Activity
assigned to @e.clerkin
added 17 commits
-
a7286090...84f6c07e - 15 commits from branch
computing:master
- d96b7929 - Mix up between stdint and cstdint
- 55c0f5ed - Correct bracketting standard
-
a7286090...84f6c07e - 15 commits from branch
assigned to @p.-a.loizeau and unassigned @e.clerkin
added 6 commits
-
25f46696...f9e0943e - 2 commits from branch
computing:master
- 3778443f - Mix up between stdint and cstdint
- a0fd4d3c - Correct bracketting standard
- 7ffbfaef - Apply clang-format
- a758dd35 - Fix miscellanous
Toggle commit list-
25f46696...f9e0943e - 2 commits from branch
Dear @f.uhlig, @p.-a.loizeau, @a_meye37_AT_uni-muenster.de, @a.bercuci, @p.kaehler, @v.friese, @ma.beyer, @n.herrmann, @i.deppner,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
- Resolved by Eoin Clerkin
Command to catch the other includes which should be "C libraries in C++11"
grep -rn "<std" algo/ core/ [f-z]* | grep "\.h>"
Edited by Pierre-Alain Loizeau
added BugFix label
mentioned in merge request !2116 (merged)
mentioned in merge request !2117 (merged)
- Resolved by Eoin Clerkin
please rebase locally, the rebase from the web page doesn't work.