Daniel Feiglin <[EMAIL PROTECTED]> writes: > See discussion on export keyword, p. 205 in The C++ Programming > Language (3rd edn.), Stroustrup. It should do the job, but I don't > know in GNU c++ implements it.
No. You get warning: keyword 'export' not implemented and will be ignored with gcc 2.96. I don't know about gcc 3.* - have not tried it yet. -- Oleg Goldshmidt | [EMAIL PROTECTED] "If it ain't broken, it has not got enough features yet." ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
