Skip to content

bug fix rvalue

Niklas Mika requested to merge rvalueBugs into ma23-mika

Bug that tried to assign an rvalue to and lvalue reference. MSVC compiler did not care at the time. Compiler probably got updated and is now up to the c++ standard.

See here:

(Delete branch on merge??)

Edited by Niklas Mika

Merge request reports