Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <134D0D662F6AD311BD400090279C233C239580@godzilla.iSite.com> From: Jim Crafton To: "'cygwin AT sources DOT redhat DOT com'" Subject: basic_streambuf Date: Fri, 20 Oct 2000 13:22:08 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain sorry if this is a basic question - but I am new to gcc/cygwin template class BasicMemoryBuffer : public std::basic_streambuf{ } a class declared as above causes gcc/g++ to barf, claiming "no class template named `basic_streambuf' in `std'" the code was originally written using VC++ and I naively assumed that std::basic_streambuf is a standard stl class. is this not the case with gcc ? Thanks Jim -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com