Issue Details (XML | Word | Printable)

Key: STDCXX-691
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Eric Lemings
Reporter: Eric Lemings
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Global 'size_t' type in source file 'tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp'.

Created: 09/Jan/08 10:41 PM   Updated: 29/Jan/08 08:02 PM
Return to search
Component/s: Tests
Affects Version/s: 4.2.0
Fix Version/s: 4.2.1

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 0.83h
Time Spent - 0.17h Remaining Estimate - 0.83h
Time Spent: 0.17h
Time Spent - 0.17h Remaining Estimate - 0.83h

Issue Links:
Duplicate
 

Severity: Compiler Error
Resolved: 28/Jan/08 05:50 PM
Resolution Date: 29/Jan/08 08:01 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 21/Jan/08 06:36 PM
Brad, feel free to assign this to yourself and submit a patch.

Eric Lemings added a comment - 28/Jan/08 05:27 PM
Will do. Wanted to get confirmation first that this really does need a patch.

Eric Lemings added a comment - 28/Jan/08 05:49 PM
Ah. Travis took care of this back in October. I must have been looking at the older revision. Closing issue.

Martin Sebor added a comment - 29/Jan/08 08:00 PM
Reopened to close as a duplicate.

Martin Sebor added a comment - 29/Jan/08 08:01 PM
Closed as a duplicate of STDCXX-614.