T.R | Title | User | Personal Name | Date | Lines |
---|
2794.1 | typo, "maybe" should be "may be" | CSC32::D_DERAMO | Dan D'Eramo, Customer Support Center | Wed Oct 18 1995 13:14 | 14 |
2794.2 | Cfront lossage | DECCXX::AMARTIN | Alan H. Martin | Wed Oct 18 1995 13:25 | 12 |
2794.3 | So when would operator T& () get used? | AUSSIE::DAYAN | Dany Dayan, CSS Eng. Sydney, DTN 730 6419, SNA-2 | Thu Oct 19 1995 03:53 | 57 |
2794.4 | Bjarne's explanation | DECCXX::AMARTIN | Alan H. Martin | Thu Oct 19 1995 09:52 | 120 |
2794.5 | Sounds like we should be calling the conversion-to-reference operator | WIBBIN::NOYCE | EV5 issues 4 instructions per meter | Thu Oct 19 1995 11:42 | 4 |
2794.6 | The compiler behaves as documented | DECCXX::AMARTIN | Alan H. Martin | Thu Oct 19 1995 12:14 | 12 |
2794.7 | some thoughts ... | AUSSIE::DAYAN | Dany Dayan, CSS Eng. Sydney, DTN 730 6419, SNA-2 | Fri Oct 20 1995 05:52 | 115 |
2794.8 | @ | DECCXX::AMARTIN | Alan H. Martin | Fri Oct 20 1995 17:44 | 5 |
2794.12 | V6.0 prototype does what you want: | WIDTH::MDAVIS | Mark Davis - compiler maniac | Thu Feb 06 1997 10:00 | 8 |
| tagged 32% a.out
main:: anOuter=0x11fffe558 val="test"
*** DBG: got to & cast
inner1=0x11fffe55c
*** DBG: got to & cast
inner2=0x11fffe55c
*** DBG: got to & cast
func: arg=0x11fffe55c val="test"
|
2794.13 | FN | DECCXX::AMARTIN | Alan H. Martin | Thu Feb 06 1997 18:47 | 22 |
| Re .9:
This problem is fixed in DEC C++ V5.6 - just keep compiling with -ms and the
user-defined reference conversion operators will get called by casts.
Re .10:
Thanks, I wouldn't have remembered the number.
Re .11:
I'll let you know offline how to get a fixed copy now.
Re .12:
>V6.0 prototype does what you want:
Digital Has It Now.
/AHM
|