G
Generic Usenet Account
I am "plugging in" a class type into an STL map definition and I am
getting linker errors unless all my class definitions are defined in
the header file, as opposed to a separate source file. This is
happening on the following C++ compiler:
gcc version 3.3.1
My question is whether this is standard behavior, or just a quirk of
the compiler that I am using.
Thanks
getting linker errors unless all my class definitions are defined in
the header file, as opposed to a separate source file. This is
happening on the following C++ compiler:
gcc version 3.3.1
My question is whether this is standard behavior, or just a quirk of
the compiler that I am using.
Thanks