Skip to content
  • Tom Perkins's avatar
    Re #12247 Change error messages on TypedValue casts · fd68c636
    Tom Perkins authored
    When IPropertyManager::getValue fails to assign the property to the
    specified type, a runtime_error is raised. Changed the error messages in
    all (specific) cases to specify exactly what type it was expecting,
    i.e. (const) shared_ptr<X> not just X or const X.
    fd68c636