You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Eric Lemings (JIRA)" <ji...@apache.org> on 2008/01/09 23:42:34 UTC

[jira] Created: (STDCXX-691) Global 'size_t' type in source file 'tests/regress/27.stringbuf.xsputn.stdcxx-515.cpp'.

Global '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
            Priority: Minor
             Fix For: 4.2.1


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.

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