Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compile error on gcc 13: (#4932)
The compilation fails due to an issue in the initializer list of an optional argument, which holds a vector of pairs. The code compiles correctly on earlier gcc versions, but fails on gcc 13.
- Loading branch information