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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4780, comment 2

    initial v1  
    2828}}}
    2929
     30constructor for calls with two arguments, .e.g, {{{Complex(i,j)}}}
     31
    3032but 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].
    3133