Results 1 to 4 of 4
I am currently working on a project in my current OS (F11), I have a template class, another class passed as the param to the template and a driver, long ...
- 10-27-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
Non gcc C++ compiler
I am currently working on a project in my current OS (F11), I have a template class, another class passed as the param to the template and a driver, long story short g++ or gcc cannot handle seperate template class compilation, so I am in dire need of a new compiler that can handle this pronto! thanks
- 10-27-2009 #2
The only other compiler for Linux i can think of, is the Intel C compiler available from here. I don't know if it has the features you need and I think you have to pay for it.
- 10-27-2009 #3
- 10-27-2009 #4
If I understand you correctly, the Comeau Compiler is the only compiler to support this.
Debian GNU/Linux -- You know you want it.


Reply With Quote