| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <jcrafton AT sorceron DOT com> |
| To: | "'cygwin AT sources DOT redhat DOT com'" <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) |
sorry if this is a basic question - but I am new to gcc/cygwin
template <class Ch> class BasicMemoryBuffer : public
std::basic_streambuf<Ch>{
}
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |