Changes between Version 1 and Version 2 of Ticket #4780, comment 2
- Timestamp:
- 2018-03-15T18:27:50Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4780, comment 2
v1 v2 28 28 }}} 29 29 30 constructor for calls with two arguments, .e.g , {{{Complex(i,j)}}}30 constructor for calls with two arguments, .e.g., {{{Complex(i,j)}}} 31 31 32 32 but 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].