Compiler Error C2616

'conversion' : cannot implicitly convert a non-lvalue 'type1' to a 'type2' that is not const

A reference cannot be initialized from a non-lvalue.

This is an error when the ANSI compatibility option is enabled (/Za) and a warning when the Microsoft extensions are enabled (/Ze).