RAD Studio
ContentsIndex
PreviousUpNext
E2359: Reference member 'member' initialized with a non-reference parameter (C++)

An attempt has been made to bind a reference member to a constructor parameter. Since the parameter will cease to exist the moment the constructor returns to its caller, this will not work correctly.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!