Merge pull request #7527 from MartinNowak/merge_stable

merge stable
merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2020-06-12 12:05:21 +02:00 committed by GitHub
commit b2e2ac0e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6374,9 +6374,6 @@ if (isFloatingPoint!(X))
/*********************************
* Is the binary representation of x identical to y?
*
* Same as ==, except that positive and negative zero are not identical,
* and two $(NAN)s are identical if they have the same 'payload'.
*/
bool isIdentical(real x, real y) @trusted pure nothrow @nogc
{