From stdcxx-dev-return-2724-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Mar 02 19:54:11 2007 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 30164 invoked from network); 2 Mar 2007 19:54:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2007 19:54:11 -0000 Received: (qmail 20882 invoked by uid 500); 2 Mar 2007 19:54:20 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 20868 invoked by uid 500); 2 Mar 2007 19:54:20 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 20857 invoked by uid 99); 2 Mar 2007 19:54:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 11:54:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2007 11:54:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D34B97142F1 for ; Fri, 2 Mar 2007 11:53:50 -0800 (PST) Message-ID: <7809226.1172865230863.JavaMail.jira@brutus> Date: Fri, 2 Mar 2007 11:53:50 -0800 (PST) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-344) [Sun C++] warnings on std::strstream::rdbuf hiding std::ios::rdbuf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [Sun C++] warnings on std::strstream::rdbuf hiding std::ios::rdbuf ------------------------------------------------------------------ Key: STDCXX-344 URL: https://issues.apache.org/jira/browse/STDCXX-344 Project: C++ Standard Library Issue Type: Bug Components: 27. Input/Output Affects Versions: 4.1.2, 4.1.3 Environment: Sun C++ Reporter: Martin Sebor Priority: Minor Compiling the header strstream causes Sun C++ to emit warnings like those below: CC -c -D_RWSTDDEBUG -mt -D_RWSTD_USE_CONFIG -I/amd/devco/sebor/dev/stdlib/include -I/build/sebor/sunpro-5.8.j8/include -library=%none -g +w /amd/devco/sebor/dev/stdlib/src/strstream.cpp "/amd/devco/sebor/dev/stdlib/include/strstream", line 188: Warning: std::istrstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). "/amd/devco/sebor/dev/stdlib/include/strstream", line 226: Warning: std::ostrstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). "/amd/devco/sebor/dev/stdlib/include/strstream", line 266: Warning: std::strstream::rdbuf hides the function std::ios::rdbuf(std::streambuf *). 3 Warning(s) detected. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.