Solved
#include fails on 9-2020-q2-update [SOLVED]
There's a bug in <numeric> library in 9-2020-q2-update toolchain. It makes the project fail to compile just by adding `#include <numeric>` to it. I also tried making a fresh new empty project with only that library included and it also doesn't compile. New toolchain 10.3.1 doesn't seem to fail on that.
c:\st\stm32cubeide\plugins\...\include\c++\9.3.1\numeric:89:10: error: expected ')' before '__val'
89 | (_Tp __val)
| ~ ^~~~~~
| )