You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/03/18 15:35:24 UTC

[jira] Issue Comment Edited: (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:comment-tabpanel&focusedCommentId=12579868#action_12579868 ] 

farid edited comment on STDCXX-328 at 3/18/08 7:34 AM:
---------------------------------------------------------------

Fixed as part of the STDCXX-648

      was (Author: farid):
    Resolved in STDCXX-648
  
> [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.