Skip to content

BF: Missing initialiser from splinefield copy constructor

Paul McCarthy requested to merge bf/copyctr into master

Was not having any effect in C++11, but was causing topup to seg-fault in C++14 and C++17. Some subtle differences in the way that intermediate temporary objects were being used across the different standards.

Merge request reports