Changes between Version 1 and Version 2 of Ticket #4780, comment 2


Ignore:
Timestamp:
2018-03-15T18:27:50Z (7 years ago)
Author:
Mahder Alemseged Gebremedhin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4780, comment 2

    v1 v2  
    2828}}}
    2929
    30 constructor for calls with two arguments, .e.g, {{{Complex(i,j)}}}
     30constructor for calls with two arguments, .e.g., {{{Complex(i,j)}}}
    3131
    3232but the rule for constructor overloads is that the default constructor is used only if there is no other match. That is what is done [https://github.com/OpenModelica/OMCompiler/pull/2241 PR 2241].