Project

General

Profile

« Previous | Next » 

Revision 4ef314f2

Added by skyjake about 12 years ago

Fixed: Build errors related to non-const references

An argument with a non-const reference type cannot be bound to a
temporary lvalue. Non-const references should only be used if it is
expected that the referenced object will be modified inside the method.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences