| Title: | C++ |
| Notice: | Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS) |
| Moderator: | DECCXX::AMARTIN |
| Created: | Fri Nov 06 1987 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 3604 |
| Total number of notes: | 18242 |
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2533.1 | One person's musings... | OOTOOL::HIGGS | SQL is a camel in disguise | Mon Apr 17 1995 10:39 | 34 |
| 2533.2 | Here's a version that compiles... | OOTOOL::HIGGS | SQL is a camel in disguise | Mon Apr 17 1995 10:52 | 20 |
| 2533.3 | The standard says... | QUARRY::lindner | Dave Lindner | Tue Apr 18 1995 09:47 | 38 |
| 2533.4 | QUARRY::lindner | Dave Lindner | Tue Apr 18 1995 09:48 | 31 | |
| 2533.5 | Program wrong, but diagnostic has several problems... | DECCXX::AMARTIN | Alan H. Martin | Tue Apr 18 1995 11:24 | 52 |
| 2533.6 | FN | DECCXX::AMARTIN | Alan H. Martin | Thu Feb 06 1997 10:05 | 23 |
Re .0:
The following program unit:
"
typedef struct {
const int a;
} bar;
"
will be diagnosed by DEC C++ V6.0 with:
"
"hello.cxx", line 1: warning: class "<unnamed>" defines no constructor to
initialize the following:
const member "<unnamed>::a"
typedef struct {
^
"
Note that there will be at least one more release of DEC C++
containing the bug before V6.0 becomes available.
/AHM
| |||||