Compiling GCC With a C++ Compiler (g++)

Gabriel Dos Reis gdr@cs.tamu.edu
Wed Oct 13 07:26:00 GMT 2004


"Steven L. Zook" <SLZook@Qualstar.com> writes:

| Pardon me for intruding here. This may not be applicable to your specifics.
| 
| C++ does have a construct for write-once storage; construction. For example,
| 
| struct sDerf { sDerf( int WriteOnceValue ) : ReadOnlyValue( WriteOnceValue ) {}
|                int const ReadOnlyValue;
|              };

Yep.  That was explicilty listed in the message Zack was replying to.
But for some reasons I can't understand, it disappeared from the
message he quote when replying.

-- Gaby



More information about the Gcc mailing list