[ https://issues.apache.org/jira/browse/STDCXX-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Sebor updated STDCXX-328: -------------------------------- Fix Version/s: 4.2 It's important to fix this for strict conformance testing (e.g., with Plum Hall). Scheduled for 4.2.0. > [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.3, 4.1.2 > Environment: All with _RWSTD_NO_EXTENSIONS #defined. > Reporter: Martin Sebor > Fix For: 4.2 > > Attachments: error.log, t.cpp > > > 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.