home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!chx400!sicsun!siisg1.epfl.ch!lapique
- From: lapique@siisg1.epfl.ch (Francis Lapique)
- Newsgroups: comp.sys.sgi
- Subject: C++3.0
- Message-ID: <3931@sicsun.epfl.ch>
- Date: 2 Sep 92 12:32:15 GMT
- Sender: news@sicsun.epfl.ch
- Organization: EPFL
- Lines: 19
-
- >So what's really weird is if you replace the line:
-
-
- > const String B = "Hello World";
- >
- >with:
- >
- > char* s = "Hello World";
- > const String B = s;
-
- >It works. Looks like a compiler bug to me. I will forward
- >to the appropriate people.
- Yes you can compile it, but you can't execute it ( core dump ).
- -------------------------------------------------------------------
- Francis Lapique
- Swiss Federal Institute of Technology-Lausanne
- Computer Center-SIC/SII
- E-mail : lapique@sic.epfl.ch
- voice : 41-21-693-4596
-