Skip to content
Snippets Groups Projects
  1. Feb 16, 2015
  2. Feb 15, 2015
    • David Gobbi's avatar
      Fix arg conversion of const ref arg via constructor. · a051d503
      David Gobbi authored
      There was a simple mistake in the code that builds the "ArgCheck"
      string that the wrappers use for argument type checking.  As a
      result, the "argument check" was not distinguishing between const
      reference args and non-const reference args.  A "const reference"
      arg type can satisfied via implicit conversion from another type,
      while a non-const reference arg cannot.  The new test specifically
      tests for this.
      
      Change-Id: I59725536496dd6d80b64ace09403161ccd89c9b4
      a051d503
  3. Feb 12, 2015
  4. Feb 11, 2015
  5. Feb 10, 2015
  6. Feb 09, 2015
Loading