gcc, g++ not up to date ?
does gcc and almost g++ not support the export command ?
why ? is there any solution to export something ?
i use template.
thanx
Educate the masses ! it's one behavior !
No currently available compiler supports export, though Comeau C++ seems about to become the first.
Keep all template-related source in the same file (usually the header). All other workarounds are butt-ugly hacks.
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! | Asking Smart Questions ]
Thanks to Kylotan for the idea!
Keep all template-related source in the same file (usually the header). All other workarounds are butt-ugly hacks.
[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! | Asking Smart Questions ]
Thanks to Kylotan for the idea!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement