Skip to content

Updates for gcc 10 compatibility

Raza, Zamaan requested to merge gcc10_compatibility into develop

Certain error handling functions such as std::invalid_argument require stdexcept (derived from exception) to be included when using gcc 10. Can somebody using gcc 9 or earlier check whether this compiles?

Merge request reports