#include <string> ??

From: A James Lewis <james(at)vrtx(dot)net>
To: hackers(at)postgreSQL(dot)org
Subject: #include <string> ??
Date: 1998-11-10 22:06:54
Message-ID: Pine.LNX.3.93.981110220424.17908F-100000@vr1-workhorse1.vrtx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I am by no means a programmer, but exactly what is this referring to... I
get ...

In file included from pgenv.cc:23:
pgenv.h:21: string: No such file or directory

Which seems fair enough... but I cant figure out what it's supposed to
say.... it compiles on my Linux box too... which I don't really get...
unless it's not reading this file....

/*-------------------------------------------------------------------------
*
* pgenv.h
*
*
* DESCRIPTION
* Postgres Environment Class: manages and stores all the
required
* connection variables.
*
* NOTES
* Currently under construction.
*
* Copyright (c) 1994, Regents of the University of California
*

*-------------------------------------------------------------------------
*/

#ifndef PGENV_H
#define PGENV_H

#include <string>

James (james(at)linuxrocks(dot)co(dot)uk)
Vortex Internet
My Windows unders~1 long filena~1, and yours?

Browse pgsql-hackers by date

  From Date Subject
Next Message A James Lewis 1998-11-10 22:17:23 #include <string> ?? (fwd)
Previous Message Tom Lane 1998-11-10 21:13:05 Re: [HACKERS] include/port directory?