Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbf3748

Browse files
committed
Change iostream to iostream.h, strstream to strstream.h
for compatibility with older C++ libraries.
1 parent2132e06 commitbbf3748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/interfaces/libpq++/pgconnection.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.3 1999/05/10 15:27:18 momjian Exp $
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.4 1999/05/16 14:34:59 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
1717

1818
#include<stdlib.h>
1919
#include<string.h>
20-
#include<strstream>
20+
#include<strstream.h>
2121
#include"pgconnection.h"
2222

2323
extern"C" {

‎src/interfaces/libpq++/pgenv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#definePGENV_H
2020

2121
#include<string>
22-
#include<iostream>
22+
#include<iostream.h>
2323

2424
#ifdef __sun__
2525
#ifndef __GNUC__

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp