summaryrefslogtreecommitdiff
path: root/examples/api/java/Relations.java
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-08 16:38:47 -0700
committerGitHub <noreply@github.com>2020-06-08 18:38:47 -0500
commitf515641c3b078185743aed831e2fe6c2759341fb (patch)
treed6737671afc5c6adcda58a11510f3c64d3733b4e /examples/api/java/Relations.java
parentc56b38ed806e524614da8500ac435364249f4215 (diff)
Fix ambiguous overload in unit test (#4582)
Fixes nightlies. The compiler version used for our nightlies (GCC 5.4.0) complains about mkFunctionSort({bSort}, bSort) being ambiguous because we have two variants of mkFunctionSort(): one that takes a single Sort and one that takes a vector of Sorts. This commit makes the function call unambiguous by removing the use of list initializations.
Diffstat (limited to 'examples/api/java/Relations.java')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback