comp.lang.ada
 help / color / mirror / Atom feed
From: "G.B." <bauhaus@notmyhomepage.invalid>
Subject: Re: Ada.Containers.Vectors
Date: Tue, 27 Jun 2017 08:15:37 +0200
Date: 2017-06-27T08:15:37+02:00	[thread overview]
Message-ID: <oissv4$hsp$1@dont-email.me> (raw)
In-Reply-To: <3516c666-ef65-4e54-89e9-03f14f293493@googlegroups.com>

On 26.06.17 18:39, hnptz@yahoo.de wrote:
> As a result I get "ambiguous operands for equality" for /= and =. How to resolve these ambiguities?

A bit of a guess, it might be that the message is not
obviously about resolving equality; if I rewrite

exit when f.element(j) /= fmax(j);
...

and

if f.element(j) = fmax(j) then
...

then my compiler responds differently. If implicit_dereference of
holders is going on under the hood, this all might be an effect
of a new feature, and the message could be improved by your
compiler maker.

      parent reply	other threads:[~2017-06-27  6:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 16:39 Ada.Containers.Vectors hnptz
2017-06-26 18:06 ` Ada.Containers.Vectors Per Sandberg
2017-06-27  6:15 ` G.B. [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox