This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

export keyword support


I have read through the archives, FAQs, etc, and I understand the export
keyword for defining template class members in seperate source files is not
yet supported, however, I have not found anywhere if this is being worked
on, or can be expected in any future release?

Is this a low-priority incompatability? Does anyone know when I can expect
to see it? Working on a large project that I'm following a very strict
coding style on, and would hate to have to work completely in header files
to make it work..

I understand there is also a method to get around it with pragmas and off
compile time options, but I'm also looking to be fully compatable on many
compilers. (Yes, I know many other compilers don't support this either)

Anyhow, not complaining, but if anyone knows if this is being worked on, or
when to expect it to be included in a future version, I would be greatly
appreciative.

Keith Jackson



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]