The issue should be linked as a duplicate of STDCXX-614 and on closing the Status set to Duplicate. We might also need to edit the time tracking info so we don't throw off our reporting (I don't know if it would).
Martin Eric Lemings (JIRA) wrote:
[ https://issues.apache.org/jira/browse/STDCXX-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lemings resolved STDCXX-691. --------------------------------- Resolution: FixedGlobal 'size_t' type in source file 'tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp'. --------------------------------------------------------------------------------------- Key: STDCXX-691 URL: https://issues.apache.org/jira/browse/STDCXX-691 Project: C++ Standard Library Issue Type: Bug Components: Tests Affects Versions: 4.2.0 Reporter: Eric Lemings Assignee: Eric Lemings Priority: Minor Fix For: 4.2.1 Original Estimate: 1h Remaining Estimate: 1h This source file only includes 3 C++ header files, none of which (are supposed to) define the global size_t type, but 'size_t' is referenced as a global type in the for statement. Also, I don't see any using declarations or directives in the file.
