Skip to content

IEC 559 does not name a standard #343

Closed
@potswa

Description

@potswa

[numeric.limits.members] §18.3.2.4/56 and its footnote mention IEC 559, but the reference number of the standard is (and has always been) 60559. Attempts to search for "IEC 559" may be fraught with difficulty because the latest edition is "ISO/IEC/IEEE 60559 ed1.0 (2011-06)". A number of IEC standards end with 559. The IEC webstore still does not find the document for a simple "IEC 60559" query, but requires the whole prefix with all three bodies. Changing that prefix is apparently what sent them back to ed1.0, after the publication of "P-IEC 60559 ed2.0 (1989-01)." That made it a completely different document — what a mess.

So, it would be nice if [numeric.limits.members] and the footnote named the standard document exactly as "ISO/IEC/IEEE 60559". Also, it might deserve a mention in [intro.refs] §1.2, perhaps including the edition and date.

Activity

jwakely

jwakely commented on Jul 16, 2014

@jwakely
Member
potswa

potswa commented on Jul 24, 2014

@potswa
Author

Interesting. Perhaps it's good that issue was never resolved, because IEEE 754 has likely been superseded by ISO/IEC/IEEE 60559. However, it isn't available in the IEEE webstore, only their own (identical) IEEE 754-2008 and the earlier ISO/IEC 60559 from 1989 which are both still labeled as current. Maybe IEEE plans on mastering future standards without ISO and following the same tortuous adoption process again, despite the fact they just "adopted" their own standard with no changes.

Maybe the trait should be called is_not_proprietary :vP . But it's a separate issue from this one.

jensmaurer

jensmaurer commented on Nov 13, 2016

@jensmaurer
Member

ISO/IEC/IEEE 60559:2011 is available on www.iso.org.

added a commit that references this issue on Nov 13, 2016
2bda4f9
added a commit that references this issue on Nov 13, 2016
c3d3274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jwakely@potswa@jensmaurer

        Issue actions

          IEC 559 does not name a standard · Issue #343 · cplusplus/draft