[Issue 13818] Unhelpful error message for rvalue reference: incompatible types for ((S()) + (S())): 'S' and 'S'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 23 21:28:02 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=13818
Nathan S. <n8sh.secondary at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |n8sh.secondary at hotmail.com
Hardware|x86_64 |All
OS|Linux |All
--- Comment #1 from Nathan S. <n8sh.secondary at hotmail.com> ---
As of https://github.com/dlang/dmd/pull/7441 the error message is "Error:
incompatible types for (S()) + (S()): both operands are of type S".
--
More information about the Digitalmars-d-bugs
mailing list