Hi all
I’m just trying to compile the a fork of openmc and am getting a new compile error that I’ve not seen before so I thought it is worth asking about.
Has anyone come across this error: no match for ‘operator+’
before?
Hi all
I’m just trying to compile the a fork of openmc and am getting a new compile error that I’ve not seen before so I thought it is worth asking about.
Has anyone come across this error: no match for ‘operator+’
before?
That’s weird – I’m not seeing why this line would produce such an error. Do you see this on the develop
branch too? (I haven’t changed anything in math_functions.cpp on the branch you’re compiling)
Quick update – we were able to trace this issue and I’ve submitted a bug fix.