"Eric Ulevik" <[EMAIL PROTECTED]> writes: > Identifiers can't be keywords. On the other hand, my copy of the 1997 C++ > Public Review Document doesn't include 'export' as a keyword. > > Regards, > > Eric Ulevik >
The keyword list in Appendix A of "The C++ Programming Language", 3rd Edition lists export (p. 794 of my copy). It is also included in an online copy of the 96 Working Paper http://www.csci.csusb.edu/dick/c++std/cd2/index.html under "Annex A: Grammar summary [gram]" in section 1.12. Keith Bisset