Bug#25971: marked as done (Usage of non-standard C++) by John Firebaugh <jfirebaugh at kde.org>

Stephan Kulow owner at bugs.kde.org
Sat Aug 31 04:45:26 UTC 2002


Your message with subj: Usage of non-standard C++

Thank you for your bug report.
The bug that your reported no longer applies to the latest development (CVS) 
version of KDE. This is most probably because the bug has been fixed, the 
application has been substantially modified, or the application no longer 
exists. The bug report will be closed.

has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

(Complete bug history is available at http://bugs.kde.org/db/25/25971.html)

Received: (at submit) by bugs.kde.org; 21 May 2001 13:04:07 +0000
Received: (qmail 19459 invoked from network); 21 May 2001 13:04:07 -0000
Received: from mailto1.htwm.de (@141.55.191.81)
  by max.tat.physik.uni-tuebingen.de with SMTP; 21 May 2001 13:04:07 -0000
Received: (from uucp at localhost)
	by mailto1.htwm.de (8.8.8/8.8.8) id OAA13060
	for <submit at bugs.kde.org>; Mon, 21 May 2001 14:57:51 +0200
Received: from UNKNOWN(141.55.225.177), claiming to be "millo.mpi.htwm.de"
 via SMTP by mailto1, id smtpda13053; Mon May 21 14:57:42 2001
Received: (from poenitz at localhost)
	by millo.mpi.htwm.de (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f4LCv8K06327
	for submit at bugs.kde.org; Mon, 21 May 2001 14:57:08 +0200
From: Andre Poenitz <poenitz at htwm.de>
Message-Id: <200105211257.f4LCv8K06327 at millo.mpi.htwm.de>
Subject: failure notice (fwd)
To: submit at bugs.kde.org
Date: Mon, 21 May 2001 14:57:08 +0200 (CEST)
X-Mailer: ELM [version 2.4ME+ PL60 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by millo.mpi.htwm.de id f4LCv8K06327
X-Spam-Rating: max.tat.physik.uni-tuebingen.de 0/1000/N



Please?

Are you interested in receiving bug reports or not?

Andre'

----- Forwarded message from MAILER-DAEMON at max.tat.physik.uni-tuebingen.d=
e -----

>From MAILER-DAEMON at max.tat.physik.uni-tuebingen.de  Mon May 21 14:55:28 2=
001
Message-Id: <200105211251.OAA09739 at mail.htwm.de>
Date: 21 May 2001 12:51:02 -0000
From: MAILER-DAEMON at max.tat.physik.uni-tuebingen.de
To: poenitz at HTWM.De
Subject: failure notice

Hi. This is the qmail-send program at master.kde.org.
I'm afraid I wasn't able to deliver your message to the following address=
es.
This is a permanent error; I've given up. Sorry it didn't work out.

<submit at bugs.kde.org>:
Spam reject

--- Below this line is a copy of the message.

Return-Path: <poenitz at HTWM.De>
Received: (qmail 14701 invoked from network); 21 May 2001 12:50:49 -0000
Received: from mail.htwm.de (@141.55.192.85)
  by max.tat.physik.uni-tuebingen.de with SMTP; 21 May 2001 12:50:49 -000=
0
Received: from millo.mpi.htwm.de (root at millo.mpi.htwm.de [141.55.225.177]=
)
	by mail.htwm.de (8.9.3/8.9.3) with ESMTP id OAA09721
	for <submit at bugs.kde.org>; Mon, 21 May 2001 14:50:43 +0200
Received: (from poenitz at localhost)
	by millo.mpi.htwm.de (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f4LCnxE060=
50;
	Mon, 21 May 2001 14:49:59 +0200
Date: Mon, 21 May 2001 14:49:59 +0200
Message-Id: <200105211249.f4LCnxE06050 at millo.mpi.htwm.de>
FROM: Andre Poenitz <poenitz at HTWM.De>
TO: submit at bugs.kde.org
SUBJECT: Usage of non-standard C++
X-Spam-Rating: max.tat.physik.uni-tuebingen.de 0/1000/N

Package: kdevelop
Version: 1.3
Severity: grave

Bugreport ID : 14:44,21.05.01

Originator	: Andre Poenitz
E-Mail		: poenitz at htwm.de

Subject : Usage of non-standard C++

Error Class	: software bug
Error Location	: I don=B4t know
Priority	: low
Bug Description ---------------------------

When creating the default C++ console app, the generated main.cpp does
not use Standard-C++ headers and the std:: namespace as standardized by I=
SO
(14882? in 1998?)






How to repeat the error -------------------

Simply start a project from scratch.

Bugfix or Workaround ----------------------


Use

#include <iostream>  // without the .h

and

std::cout << whatever << std::endl

or

using std::cout;
using std::cend;

or

using namespace std;

System Information ------------------------

KDevelop version	: 1.3
KDE version		:=20
QT version		:=20
OS/Distribution		:=20
Compiler		:=20

misc :

----- End of forwarded message from MAILER-DAEMON at max.tat.physik.uni-tueb=
ingen.de -----

--=20
Andr=E9 P=F6nitz ............................................. poenitz at ht=
wm.de




More information about the KDevelop-devel mailing list