Skip to content

gcc-10 compile fixes

Mateusz Tyszczak requested to merge build-with-gcc-10 into develop
  • Improved initialization of internal array inside int_array data type.
  • Removed std::move which disables copy ellision.

Merge request reports