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