Apparently neither G++ nor just about any other C++ compiler support the
export keyword, which is necessary to define templated classes in separate header and source files.
They say that the workaround is to just include the definitions in the header files, but I'm starting to get worried that I'm going to have a whole bunch of linker multiple definition errors...
No comments:
Post a Comment