You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/01/23 04:50:40 UTC

[jira] Updated: (STDCXX-328) [NO_EXTENSIONS] istream uses non-existent overloads of num_get

     [ https://issues.apache.org/jira/browse/STDCXX-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor updated STDCXX-328:
--------------------------------

    Remaining Estimate: 16h
     Original Estimate: 16h

> [NO_EXTENSIONS] istream uses non-existent overloads of num_get
> --------------------------------------------------------------
>
>                 Key: STDCXX-328
>                 URL: https://issues.apache.org/jira/browse/STDCXX-328
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: 27. Input/Output
>    Affects Versions: 4.1.2, 4.1.3
>         Environment: All with _RWSTD_NO_EXTENSIONS #defined.
>            Reporter: Martin Sebor
>            Priority: Minor
>             Fix For: 4.2.1
>
>         Attachments: error.log, t.cpp
>
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> The istream extraction operator overloads for short and int call member functions of the num_get that are provided as an extension but disabled in strict mode (and need not be provided at all by user-defined specializations of the facet).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.